From f071b04afaeefbf6c37a00986fec02b8df5e9560 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 18 Dec 2016 20:37:21 +0000 Subject: [PATCH] tests: fix typos in previous commit * init.cfg (skip_if_mcstransd_is_running_): Fix typos _introduced my me_ in the previous commit. --- init.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.cfg b/init.cfg index f2950efb0..d29b3f254 100644 --- a/init.cfg +++ b/init.cfg @@ -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" || -- 2.11.4.GIT