diff --git a/tests/test_functions/isolated-tmux-start.fish b/tests/test_functions/isolated-tmux-start.fish index 3cfd6301c..2956400ab 100644 --- a/tests/test_functions/isolated-tmux-start.fish +++ b/tests/test_functions/isolated-tmux-start.fish @@ -43,7 +43,7 @@ function isolated-tmux-start # Loop a bit, until we get an initial prompt. for i in (seq 25) - if string match -q '*prompt*' (isolated-tmux capture-pane -p) + if string match -q '*prompt*' -- (isolated-tmux capture-pane -p) break end sleep .2