[openssh-commits] [openssh] branch master updated: upstream: remove debugging junk
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 22 16:23:23 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new ffd086b69 upstream: remove debugging junk
ffd086b69 is described below
commit ffd086b69886e8cfeb74f9b2bcb18764bf7d9a52
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Oct 22 05:22:31 2025 +0000
upstream: remove debugging junk
OpenBSD-Regress-ID: 3247e0ac98ae4cfe4eede871ef424d166e29e828
---
regress/ssh-tty.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regress/ssh-tty.sh b/regress/ssh-tty.sh
index 9d3c68b72..fd41414de 100644
--- a/regress/ssh-tty.sh
+++ b/regress/ssh-tty.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-tty.sh,v 1.4 2025/10/21 22:13:27 djm Exp $
+# $OpenBSD: ssh-tty.sh,v 1.6 2025/10/22 05:22:31 djm Exp $
# Placed in the Public Domain.
# Basic TTY smoke test
@@ -63,7 +63,6 @@ wait_for_regex() {
string="$1"
errors_are_fatal="$2"
for x in 1 2 3 4 5 6 7 8 9 10 ; do
-set -x
$TMUX_TEST capture-pane -pt $sess | grep "$string" >/dev/null
[ $? -eq 0 ] && return
sleep 1
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list