summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-21 08:53:26 +0000
committerngie <ngie@FreeBSD.org>2015-12-21 08:53:26 +0000
commite9b4f1bc05129e75720bd5432e72f14576187fb4 (patch)
treeb81b44ad402c77bbe908065ccd626724aedde801 /tools
parent2c381de158adbe7b95f40b4ec23a54076b209d3d (diff)
downloadFreeBSD-src-e9b4f1bc05129e75720bd5432e72f14576187fb4.zip
FreeBSD-src-e9b4f1bc05129e75720bd5432e72f14576187fb4.tar.gz
Mark `subject matching jailid` testcase as an unexpected failure with
TODO to ensure that the testcase isn't marked as a failure PR: 205481 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/mac/mac_bsdextended/test_matches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/mac/mac_bsdextended/test_matches.sh b/tools/regression/mac/mac_bsdextended/test_matches.sh
index 4f47910..1e8144f 100644
--- a/tools/regression/mac/mac_bsdextended/test_matches.sh
+++ b/tools/regression/mac/mac_bsdextended/test_matches.sh
@@ -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:"
OpenPOWER on IntegriCloud