* tests/owner.at: Don't assume umask is 022. Reported by Pavel Raiskup in <http://lists.gnu.org/archive/html/bug-tar/2012-06/msg00015.html>.
@@ -31,6 +31,7 @@ genfile --file a
tar --owner="Joe the Plumber:1234" \
--group="Plumber's Union:5678" \
--mtime='@0' \
+ --mode='u=rw,go=r' \
-cf arc a
tar -tvf arc