diff options
Diffstat (limited to 'regress/conch-ciphers.sh')
-rw-r--r-- | 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 84b190618..5b65cd993 100644 --- a/regress/conch-ciphers.sh +++ b/regress/conch-ciphers.sh | |||
@@ -7,7 +7,8 @@ DATA=/bin/ls | |||
7 | COPY=${OBJ}/copy | 7 | COPY=${OBJ}/copy |
8 | 8 | ||
9 | if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then | 9 | if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then |
10 | fatal "conch interop tests not enabled" | 10 | echo "conch interop tests not enabled" |
11 | exit 0 | ||
11 | fi | 12 | fi |
12 | 13 | ||
13 | start_sshd | 14 | start_sshd |