mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
tests/tmux: Do actually loop 25 times
This commit is contained in:
parent
6c8b0a1245
commit
38f20f445b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function isolated-tmux-start
|
|||
chmod 777 .tmux-socket
|
||||
|
||||
# Loop a bit, until we get an initial prompt.
|
||||
for i in seq 25
|
||||
for i in (seq 25)
|
||||
if string match -q '*prompt*' (isolated-tmux capture-pane -p)
|
||||
break
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue