================================= acl 2.3.2: ./test-suite.log ================================= # TOTAL: 15 # PASS: 13 # SKIP: 0 # XFAIL: 1 # FAIL: 0 # XPASS: 1 # ERROR: 0 .. contents:: :depth: 2 XFAIL: test/nfs/nfsacl ====================== [6] $ umask 022 -- ok [7] $ mkdir -p test/sub -- ok [8] $ echo blah > test/sub/blah -- ok [10] $ cp -rp test/sub test/sub2 -- ok [11] $ find test/sub2 | sort | xargs ls -dl | awk '{print $1,$9}' -- ok [15] $ rm -rf test/sub2 -- ok [17] $ setfacl -m u:daemon:rwx test/sub -- ok [18] $ setfacl -dm u:daemon:rwx test/sub -- ok [19] $ getfattr -m- test/sub -- failed Can't exec "getfattr": No such file or directory at ./test/run line 369, line 24. != # file: test/sub getfattr: No such file or directory != system.posix_acl_access ~ != system.posix_acl_default ~ != [25] $ cp -rp test/sub test/sub2 -- ok [26] $ find test/sub2 | sort | xargs ls -dl | awk '{print $1,$9}' -- ok [30] $ rm -rf test/sub2 -- ok [32] $ setfacl -m u:daemon:rw test/sub/blah -- ok [33] $ cp -rp test/sub test/sub2 -- ok [34] $ find test/sub2 | sort | xargs ls -dl | awk '{print $1,$9}' -- ok [38] $ rm -rf test/sub2 -- ok [42] $ rm -rf test -- ok 17 commands (16 passed, 1 failed) XFAIL test/nfs/nfsacl.test (exit status: 1) XPASS: test/nfs/nfs-dir ======================= [10] $ umask 022 -- ok [11] $ mkdir /tmp/acl-ptest/test/test -- ok [12] $ echo blah > /tmp/acl-ptest/test/test/blah -- ok [16] $ su bin -- ok [17] $ cat /tmp/acl-ptest/test/test/blah -- ok [22] $ su -- ok [23] $ chmod go-rwx /tmp/acl-ptest/test/test -- ok [24] $ setfacl -m u:bin:rx /tmp/acl-ptest/test/test -- ok [25] $ ls -dl /tmp/acl-ptest/test/test | awk '{print $1, $3, $4}' -- ok [27] $ getfacl --omit-header /tmp/acl-ptest/test/test 2> /dev/null -- ok [38] $ su bin -- ok [39] $ cat /tmp/acl-ptest/test/test/blah -- ok [41] $ sleep 3 -- ok [42] $ cat /tmp/acl-ptest/test/test/blah -- ok [44] $ cat /tmp/acl-ptest/test/test/blah -- ok [49] $ su -- ok [50] $ rm -rf /tmp/acl-ptest/test/test -- ok 17 commands (17 passed, 0 failed) XPASS test/nfs/nfs-dir.test (exit status: 0)