mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -03:00
tests/tmux: Do actually loop 25 times
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user