From: Pádraig Brady Date: Sun, 18 Dec 2016 20:37:21 +0000 (+0000) Subject: tests: fix typos in previous commit X-Git-Tag: v8.27~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f071b04afaeefbf6c37a00986fec02b8df5e9560;p=thirdparty%2Fcoreutils.git tests: fix typos in previous commit * init.cfg (skip_if_mcstransd_is_running_): Fix typos _introduced my me_ in the previous commit. --- diff --git a/init.cfg b/init.cfg index f2950efb05..d29b3f2545 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" ||