From bb7704efe861b43e219e0f585a1d4aa24728c987 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 30 Mar 2024 17:02:53 +0100 Subject: [PATCH] Fix potentially flaky tmux-history-search test We need to give fish time to render I think. --- tests/checks/tmux-history-search.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/tmux-history-search.fish b/tests/checks/tmux-history-search.fish index 1739b1746..102afb033 100644 --- a/tests/checks/tmux-history-search.fish +++ b/tests/checks/tmux-history-search.fish @@ -56,6 +56,7 @@ tmux-sleep isolated-tmux send-keys "echo sdifjsdoifjsdoifj" tmux-sleep isolated-tmux send-keys F1 +tmux-sleep isolated-tmux capture-pane -p | grep "(no matches)" # CHECK: (no matches) isolated-tmux send-keys Enter C-e C-u "echo foo" Enter