Skip to content

Commit ffd086b

Browse files
committed
upstream: remove debugging junk
OpenBSD-Regress-ID: 3247e0ac98ae4cfe4eede871ef424d166e29e828
1 parent 52712d5 commit ffd086b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

regress/ssh-tty.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: ssh-tty.sh,v 1.4 2025/10/21 22:13:27 djm Exp $
1+
# $OpenBSD: ssh-tty.sh,v 1.6 2025/10/22 05:22:31 djm Exp $
22
# Placed in the Public Domain.
33

44
# Basic TTY smoke test
@@ -63,7 +63,6 @@ wait_for_regex() {
6363
string="$1"
6464
errors_are_fatal="$2"
6565
for x in 1 2 3 4 5 6 7 8 9 10 ; do
66-
set -x
6766
$TMUX_TEST capture-pane -pt $sess | grep "$string" >/dev/null
6867
[ $? -eq 0 ] && return
6968
sleep 1

0 commit comments

Comments
 (0)