diff options
author | steved <steved@rhel7.boston.devel.redhat.com> | 2015-10-27 10:34:54 -0400 |
---|---|---|
committer | steved <steved@rhel7.boston.devel.redhat.com> | 2015-10-27 10:39:13 -0400 |
commit | ba60df08833e2c296fc3999d3468e27a0a301f31 (patch) | |
tree | 45b78965c07fe8b0227299c9f47934134a9682a8 | |
parent | 88892b0a5a75ea49f2284ba28d0386f7b32e2a88 (diff) | |
download | cthon04-ba60df08833e2c296fc3999d3468e27a0a301f31.tar.gz cthon04-ba60df08833e2c296fc3999d3468e27a0a301f31.tar.xz cthon04-ba60df08833e2c296fc3999d3468e27a0a301f31.zip |
Fixed typo in dokrb5
Signed-off-by: steved <steved@rhel7.boston.devel.redhat.com>
-rwxr-xr-x | runcthon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ tests="b g s l" [ "$nolcks" -eq 1 ] && tests="b g s" for i in $tests do - if [ "$onlykrb5" -eq 0 -a $dokrb5 -eq 1 ]; then + if [ "$onlykrb5" -eq 0 -a $dokrb5 -eq 0 ]; then if [ "$noudp" -ne 1 -a "$onlyrdma" -eq 0 ]; then if [ "$onlyv4" -eq 0 ]; then runtests -$i $SRV 3 udp "sys" |