From: Nathan Scott Date: Mon, 23 Jul 2001 22:06:20 +0000 (+0000) Subject: filter out some host-specific information from pushd/popd. X-Git-Tag: v1.1.0~1225 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3dc2e58dd8307a63aea4f65b0d6987ee645b7e79;p=xfstests-dev.git filter out some host-specific information from pushd/popd. --- diff --git a/051 b/051 index c0db911c..82d88095 100755 --- a/051 +++ b/051 @@ -304,7 +304,7 @@ echo "" echo "=== Recursive change ACL ===" rm -fr root mkdir root -pushd root +pushd root >/dev/null # create an arbitrary little tree for i in 1 2 3 4 5 6 7 8 9 0 do @@ -312,7 +312,7 @@ do mkdir -p b/c$i/$i touch a/$i/mumble done -popd +popd >/dev/null chown -R 12345.54321 root echo "Change #1..." $runas -u 12345 -g 54321 -- /bin/chacl -r u::rwx,g::-w-,o::--x root diff --git a/051.out b/051.out index 4c65b8dc..ac68f8f4 100644 --- a/051.out +++ b/051.out @@ -106,9 +106,6 @@ acldir [] acldir/file2 [] === Recursive change ACL === -/mnt/test/051.dir1/root /mnt/test/051.dir1 -/mnt/test/051.dir1/root -/mnt/test/051.dir1 Change #1... root [u::rwx,g::-w-,o::--x] root/a [u::rwx,g::-w-,o::--x]