]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/putty-kex.sh
Import of OpenSSH 5.2p1
[gssapi-openssh.git] / openssh / regress / putty-kex.sh
index d0437c6d5685aeaee576e0b05f44c37fe676e81c..293885a8a0ba6d39792ec01e44756a4cb4d03261 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: putty-kex.sh,v 1.1 2007/12/21 04:13:53 djm Exp $
+#      $OpenBSD: putty-kex.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
 #      Placed in the Public Domain.
 
 tid="putty KEX"
@@ -6,10 +6,9 @@ tid="putty KEX"
 DATA=/bin/ls
 COPY=${OBJ}/copy
 
-set -e
-
 if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
-       fatal "putty interop tests not enabled"
+       echo "putty interop tests not enabled"
+       exit 0
 fi
 
 for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ; do
This page took 0.033215 seconds and 4 git commands to generate.