svn commit: r291982 - head/tools/regression/mac/mac_portacl
Garrett Cooper
ngie at FreeBSD.org
Tue Dec 8 05:17:23 UTC 2015
Author: ngie
Date: Tue Dec 8 05:17:22 2015
New Revision: 291982
URL: https://svnweb.freebsd.org/changeset/base/291982
Log:
Skip the MAC portacl tests if MAC_PORTACL support is missing instead of
marking them failed
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/mac/mac_portacl/misc.sh
Modified: head/tools/regression/mac/mac_portacl/misc.sh
==============================================================================
--- head/tools/regression/mac/mac_portacl/misc.sh Tue Dec 8 04:51:21 2015 (r291981)
+++ head/tools/regression/mac/mac_portacl/misc.sh Tue Dec 8 05:17:22 2015 (r291982)
@@ -3,8 +3,7 @@
sysctl security.mac.portacl >/dev/null 2>&1
if [ $? -ne 0 ]; then
- echo "1..1"
- echo "not ok 1 # MAC_PORTACL is unavailable."
+ echo "1..0 # SKIP MAC_PORTACL is unavailable."
exit 0
fi
More information about the svn-src-head
mailing list