From d89e7019975d18a50702f1d0bfb5d413cd9ec5ca Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 14 Jan 2017 10:23:05 +0000 Subject: [PATCH] MFC r309464: Expect 01:main to fail Changes were made to ZFS in the past year with respect to how ACLs are handled, causing failures in this test. Mark it TODO so (hopefully) someone more knowledgeable (like mav or trasz) will fix the code or the test. PR: 212323 --- tests/sys/acl/01.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/acl/01.sh b/tests/sys/acl/01.sh index a456c07f2c6..07449362b7c 100644 --- a/tests/sys/acl/01.sh +++ b/tests/sys/acl/01.sh @@ -81,7 +81,7 @@ perl $TESTDIR/run $TESTDIR/tools-nfs4-psarc.test >&2 if [ $? -eq 0 ]; then echo "ok 3" else - echo "not ok 3" + echo "not ok 3 # TODO: fails due to ACL changes in ZFS; bug 212323" fi echo "ok 4" -- 2.45.0