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
This commit is contained in:
Enji Cooper 2016-12-03 02:24:15 +00:00
parent c68f00edd6
commit 3d77b88dff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309464

View file

@ -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"