diff options
Diffstat (limited to 'regress/conch-ciphers.sh')
| -rwxr-xr-x | regress/conch-ciphers.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/conch-ciphers.sh b/regress/conch-ciphers.sh index 84b19061892c..5b65cd993ad4 100755 --- a/regress/conch-ciphers.sh +++ b/regress/conch-ciphers.sh @@ -7,7 +7,8 @@ DATA=/bin/ls COPY=${OBJ}/copy if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then - fatal "conch interop tests not enabled" + echo "conch interop tests not enabled" + exit 0 fi start_sshd |
