]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: fix typos in previous commit
authorPádraig Brady <P@draigBrady.com>
Sun, 18 Dec 2016 20:37:21 +0000 (20:37 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 18 Dec 2016 20:39:41 +0000 (20:39 +0000)
* init.cfg (skip_if_mcstransd_is_running_): Fix typos
_introduced my me_ in the previous commit.

init.cfg

index f2950efb05995f982fc2b0dbc162f1461f167b7b..d29b3f254585a5d32028fd8c84db54dc14782482 100644 (file)
--- 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" ||