summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-01-14 10:23:05 +0000
committerngie <ngie@FreeBSD.org>2017-01-14 10:23:05 +0000
commitd89e7019975d18a50702f1d0bfb5d413cd9ec5ca (patch)
treeaf98ce4c14d300276e3c2d9585a6b41f6b5a3102 /tests
parentc4d2ca6855d00a013fbfa1cd6f75b2bd17191bce (diff)
downloadFreeBSD-src-d89e7019975d18a50702f1d0bfb5d413cd9ec5ca.zip
FreeBSD-src-d89e7019975d18a50702f1d0bfb5d413cd9ec5ca.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/acl/01.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/acl/01.sh b/tests/sys/acl/01.sh
index a456c07..0744936 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"
OpenPOWER on IntegriCloud