tests: fix permissions-assumption bug in test

* 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>.
This commit is contained in:
Paul Eggert
2012-06-27 09:56:03 -07:00
parent 1cd2725227
commit 0708c153e4

View File

@@ -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