]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - run-tests.sh
Bail out of apply_default_acl_ex() early if the parent has no default ACL.
[apply-default-acl.git] / run-tests.sh
index 07ad496584faa680cde5992e2fde03dee698e628..3ac659fcdce364a534f2b128a337de113cc114da 100755 (executable)
@@ -846,10 +846,13 @@ compare
 
 
 # Test that one "failure" exit code overrides two "successes"
+# We need a default ACL on ${TESTDIR} because otherwise we do
+# nothing, successfully, on the symlink path.
 TESTNUM=37
 mkdir "${TESTDIR}/foo"
 ln -s foo "${TESTDIR}/bar"
 mkdir "${TESTDIR}/baz"
+setfacl --default --modify user:${USERS[0]}:rw "${TESTDIR}"
 "${BIN}" "${TESTDIR}/foo" "${TESTDIR}/bar" "${TESTDIR}/baz"
 ACTUAL="$?"
 EXPECTED="1"