Skip to content

Commit

Permalink
upstream: Always define puttysetup function.
Browse files Browse the repository at this point in the history
OpenBSD-Regress-ID: b4c0ccfa4006a1bc5dfd99ccf21c854d3ce2aee0
  • Loading branch information
daztucker committed Feb 19, 2024
1 parent 84046f9 commit e27f032
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions regress/test-exec.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e27f032

Please sign in to comment.