mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
tests: improve robustness of immediate successes in screen tests
This commit is contained in:
@ -426,9 +426,8 @@ describe("'scrollback' option", function()
|
||||
curbufmeths.set_option('scrollback', 200)
|
||||
|
||||
-- Wait for prompt.
|
||||
screen:expect{any='$'}
|
||||
screen:expect{any='%$'}
|
||||
|
||||
wait()
|
||||
if iswin() then
|
||||
feed_data('for($i=1;$i -le 30;$i++){Write-Host \"line$i\"}\r')
|
||||
else
|
||||
|
Reference in New Issue
Block a user