From: Paul Eggert Date: Wed, 27 Jun 2012 16:56:03 +0000 (-0700) Subject: tests: fix permissions-assumption bug in test X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=0708c153e4aad787d2f2ba1f934a50de646ea678 tests: fix permissions-assumption bug in test * tests/owner.at: Don't assume umask is 022. Reported by Pavel Raiskup in . --- diff --git a/tests/owner.at b/tests/owner.at index 799bd43..e2ccc32 100644 --- a/tests/owner.at +++ b/tests/owner.at @@ -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