We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52712d5 commit ffd086bCopy full SHA for ffd086b
regress/ssh-tty.sh
@@ -1,4 +1,4 @@
1
-# $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 $
2
# Placed in the Public Domain.
3
4
# Basic TTY smoke test
@@ -63,7 +63,6 @@ wait_for_regex() {
63
string="$1"
64
errors_are_fatal="$2"
65
for x in 1 2 3 4 5 6 7 8 9 10 ; do
66
-set -x
67
$TMUX_TEST capture-pane -pt $sess | grep "$string" >/dev/null
68
[ $? -eq 0 ] && return
69
sleep 1
0 commit comments