From aa5ecd0efa8e57de01dc74b66ec049ff43bd3611 Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 9 May 2026 18:36:57 -0700 Subject: [PATCH] Make the tmux-history-search2 test more reliable --- tests/checks/tmux-history-search2.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checks/tmux-history-search2.fish b/tests/checks/tmux-history-search2.fish index 477dbd9e4..e87069c3b 100644 --- a/tests/checks/tmux-history-search2.fish +++ b/tests/checks/tmux-history-search2.fish @@ -30,9 +30,9 @@ isolated-tmux send-keys C-u C-l 'read' Enter tmux-sleep isolated-tmux send-keys read-input Enter tmux-sleep -isolated-tmux send-keys \ - 'set fish_history' Enter \ - 'true some command; read' Enter +isolated-tmux send-keys 'set fish_history' Enter +tmux-sleep +isolated-tmux send-keys 'true some command; read' Enter tmux-sleep isolated-tmux send-keys C-p tmux-sleep