tests/tmux: Do actually loop 25 times

This commit is contained in:
Fabian Homborg 2021-09-24 18:27:14 +02:00
parent 6c8b0a1245
commit 38f20f445b

View file

@ -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