From ec31f4566dca2315dee04c9c23834c0020a27b86 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 9 Jul 2026 09:39:44 +0100 Subject: [PATCH] Tweak test. --- regress/input-reflow-stress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/input-reflow-stress.sh b/regress/input-reflow-stress.sh index 926e8cdd0..767f08bec 100644 --- a/regress/input-reflow-stress.sh +++ b/regress/input-reflow-stress.sh @@ -448,7 +448,7 @@ sleep 0.1 $TMUX new-session -d -x 1 -y 1 -s test-setup "sleep 2" || exit 1 $TMUX set-option -g history-limit "$HISTORY_LIMIT" || exit 1 -$TMUX new-session -d -x 80 -y "$HEIGHT" -s stress 'cat' || exit 1 +$TMUX new-session -d -x 80 -y "$HEIGHT" -s stress 'stty -echo; exec cat' || exit 1 $TMUX kill-session -t test-setup || exit 1 sleep 0.3