summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-12-18 20:37:21 +0000
committerPádraig Brady <P@draigBrady.com>2016-12-18 20:39:41 +0000
commitf071b04afaeefbf6c37a00986fec02b8df5e9560 (patch)
tree29eea2de7ad395725f42129e10a551de191e3dc1
parentbe2f82f670b914e26ffcbbff0378a0452d432d1c (diff)
downloadcoreutils-f071b04afaeefbf6c37a00986fec02b8df5e9560.tar.xz
tests: fix typos in previous commit
* init.cfg (skip_if_mcstransd_is_running_): Fix typos _introduced my me_ in the previous commit.
-rw-r--r--init.cfg2
1 files changed, 1 insertions, 1 deletions
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" ||