[openssh-commits] [openssh] 01/02: Resync PuTTY interop tests.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Aug 31 17:10:18 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 87ad70d605c3e39c9b8aa275db27120d7cc09b77
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Aug 31 17:04:50 2021 +1000
Resync PuTTY interop tests.
Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
---
regress/putty-ciphers.sh | 3 +--
regress/putty-kex.sh | 3 +--
regress/putty-transfer.sh | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh
index 708c288d..ace88271 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/putty-ciphers.sh
@@ -4,8 +4,7 @@
tid="putty ciphers"
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
- echo "putty interop tests not enabled"
- exit 0
+ fatal "putty interop tests not enabled"
fi
for c in aes 3des aes128-ctr aes192-ctr aes256-ctr chacha20 ; do
diff --git a/regress/putty-kex.sh b/regress/putty-kex.sh
index 686d0e1a..c9214f67 100644
--- a/regress/putty-kex.sh
+++ b/regress/putty-kex.sh
@@ -4,8 +4,7 @@
tid="putty KEX"
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
- echo "putty interop tests not enabled"
- exit 0
+ fatal "putty interop tests not enabled"
fi
for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ecdh ; do
diff --git a/regress/putty-transfer.sh b/regress/putty-transfer.sh
index 14b41022..e36e8284 100644
--- a/regress/putty-transfer.sh
+++ b/regress/putty-transfer.sh
@@ -4,8 +4,7 @@
tid="putty transfer data"
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
- echo "putty interop tests not enabled"
- exit 0
+ fatal "putty interop tests not enabled"
fi
if [ "`${SSH} -Q compression`" = "none" ]; then
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list