summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/putty-ciphers.sh4
-rw-r--r--regress/putty-kex.sh4
-rw-r--r--regress/putty-transfer.sh4
3 files changed, 3 insertions, 9 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh
index e9196d621..40435ef41 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/putty-ciphers.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-ciphers.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty ciphers" 4tid="putty ciphers"
@@ -6,8 +6,6 @@ tid="putty ciphers"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi
diff --git a/regress/putty-kex.sh b/regress/putty-kex.sh
index d0437c6d5..2534b8575 100644
--- a/regress/putty-kex.sh
+++ b/regress/putty-kex.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-kex.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-kex.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty KEX" 4tid="putty KEX"
@@ -6,8 +6,6 @@ tid="putty KEX"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi
diff --git a/regress/putty-transfer.sh b/regress/putty-transfer.sh
index 0a4f34ee6..6b21f3be7 100644
--- a/regress/putty-transfer.sh
+++ b/regress/putty-transfer.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-transfer.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-transfer.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty transfer data" 4tid="putty transfer data"
@@ -6,8 +6,6 @@ tid="putty transfer data"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi