diff options
author | Damien Miller <djm@mindrot.org> | 2009-02-16 15:21:39 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-02-16 15:21:39 +1100 |
commit | 3f94aaf38c815f0aa72c3c7bf40491c8d456e929 (patch) | |
tree | cbed0240d51a5217b546279dc7b7bc1b34d0c6cc /regress/conch-ciphers.sh | |
parent | 6385e758dfbc72d461a68cd19819e5f9d41e555c (diff) |
- (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
[regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
interop tests from FATAL error to a warning. Allows some interop
tests to proceed if others are missing necessary prerequisites.
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 |