diff options
-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" |