[openssh-commits] [openssh] branch master updated: upstream: Always define puttysetup function.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Feb 19 20:35:55 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new e27f032a upstream: Always define puttysetup function.
e27f032a is described below
commit e27f032aa8fcbae9b2e7c451baaf4b8ac6fa3d45
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Feb 19 09:25:52 2024 +0000
upstream: Always define puttysetup function.
OpenBSD-Regress-ID: b4c0ccfa4006a1bc5dfd99ccf21c854d3ce2aee0
---
regress/test-exec.sh | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 4576930c..5ab4cb5d 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: test-exec.sh,v 1.106 2024/02/09 08:47:42 dtucker Exp $
+# $OpenBSD: test-exec.sh,v 1.107 2024/02/19 09:25:52 dtucker Exp $
# Placed in the Public Domain.
#SUDO=sudo
@@ -761,8 +761,7 @@ case "$SCRIPT" in
*) REGRESS_INTEROP_PUTTY=no ;;
esac
-if test "$REGRESS_INTEROP_PUTTY" = "yes" ; then
- puttysetup() {
+puttysetup() {
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
skip "putty interop tests not enabled"
fi
@@ -816,8 +815,7 @@ if test "$REGRESS_INTEROP_PUTTY" = "yes" ; then
fi
PUTTYDIR=${OBJ}/.putty
export PUTTYDIR
- }
-fi
+}
REGRESS_INTEROP_DROPBEAR=no
if test -x "$DROPBEARKEY" -a -x "$DBCLIENT" -a -x "$DROPBEARCONVERT"; then
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list