mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
8abd0f3f26
commit
eff763d5bc
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue