]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: Dont check initial permissions
authorSam Lang <sam.lang@inktank.com>
Mon, 22 Oct 2012 20:24:09 +0000 (15:24 -0500)
committerSam Lang <sam.lang@inktank.com>
Mon, 22 Oct 2012 20:27:12 +0000 (15:27 -0500)
commitac07afa2055e2ed2b893192bdd53aa6f9e5e7ad9
tree5b7dbd4c955208ffb1d3aba9df41c9c5c7b0292d
parent84a35f80e5fd424e71da5141df2749186b66e985
test: Dont check initial permissions

We can't check the initial permissions of the
file because the umask may be set to something
other than 0022.  The check isn't needed to check
for chmod correctness anyway.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
qa/workunits/misc/chmod.sh