[openssh-commits] [openssh] 02/02: upstream: Remove errant "set -x" left over from debugging.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jan 8 19:04:38 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit bd69e29f5716090181dbe0b8272eb7eab1a383bb
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat Jan 8 07:55:26 2022 +0000

    upstream: Remove errant "set -x" left over from debugging.
    
    OpenBSD-Regress-ID: cd989268e034264cec5df97be7581549032c87dc
---
 regress/hostbased.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regress/hostbased.sh b/regress/hostbased.sh
index 470bce88..04a1c1a2 100644
--- a/regress/hostbased.sh
+++ b/regress/hostbased.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: hostbased.sh,v 1.2 2022/01/08 07:01:13 dtucker Exp $
+#	$OpenBSD: hostbased.sh,v 1.3 2022/01/08 07:55:26 dtucker Exp $
 #	Placed in the Public Domain.
 
 # This test requires external setup and thus is skipped unless
@@ -35,7 +35,6 @@ HostbasedAcceptedAlgorithms $hostkeyalgos
 PreferredAuthentications hostbased
 EOD
 
-set -x 
 algos=""
 for key in `${SUDO} ${SSHD} -T | awk '$1=="hostkey"{print $2}'`; do
 	case "`$SSHKEYGEN -l -f ${key}.pub`" in

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list