Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2015 05:17:22 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291982 - head/tools/regression/mac/mac_portacl
Message-ID:  <201512080517.tB85HMPj028571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512080517.tB85HMPj028571>