diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-12-18 20:37:21 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-12-18 20:39:41 +0000 |
commit | f071b04afaeefbf6c37a00986fec02b8df5e9560 (patch) | |
tree | 29eea2de7ad395725f42129e10a551de191e3dc1 | |
parent | be2f82f670b914e26ffcbbff0378a0452d432d1c (diff) | |
download | coreutils-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" || |