Skip to content

Commit

Permalink
Mark subject matching jailid testcase as an unexpected failure with
Browse files Browse the repository at this point in the history
TODO to ensure that the testcase isn't marked as a failure

PR: 205481
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
  • Loading branch information
ngie-eign committed Dec 21, 2015
1 parent 2c381de commit e9b4f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regression/mac/mac_bsdextended/test_matches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ echo "# subject matching jailid:"
jailid=`jail -i / localhost 127.0.0.1 /usr/sbin/daemon -f /bin/sh -c "(sleep 5; touch $playground/test-jail) &"`
ugidfw set 1 subject jailid $jailid object mode rasx
sleep 10
if [ -f $playground/test-jail ]; then echo not ok; else echo ok; fi
if [ -f $playground/test-jail ]; then echo "not ok # TODO this testcase is buggy (see bug # 205481)"; else echo ok; fi

rm -f $playground/test-jail
echo "# subject nonmatching jailid:"
Expand Down

0 comments on commit e9b4f1b

Please sign in to comment.