aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-12-03 02:24:15 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-12-03 02:24:15 +0000
commit3d77b88dff91845dc6a6684ca635006819127456 (patch)
treef6a9eac40e3bafb385e90875b99da5761d964384 /tests
parentc68f00edd6edfd7fd9b01734054c5e164d2388ac (diff)
downloadsrc-3d77b88dff91845dc6a6684ca635006819127456.tar.gz
src-3d77b88dff91845dc6a6684ca635006819127456.zip
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
Notes
Notes: svn path=/head/; revision=309464
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 a456c07f2c64..07449362b7cb 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"