tests: fix typos in previous commit

* init.cfg (skip_if_mcstransd_is_running_): Fix typos
_introduced my me_ in the previous commit.
This commit is contained in:
Pádraig Brady 2016-12-18 20:37:21 +00:00
parent be2f82f670
commit f071b04afa

View File

@ -648,7 +648,7 @@ skip_if_mcstransd_is_running_()
case $__ctx in
*:*:*:*) __ctx_ok=1 ;; # four components is ok
*:*:*) # three components is ok too if there is no MLS
mls_enabled_ && __ctk_ok=1 ;;
mls_enabled_ || __ctx_ok=1 ;;
esac
test "$__ctx_ok" ||