diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-10-16 23:34:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 23:34:11 +0200 |
commit | e311b019a18c29131957f35d51227f5260d7ee63 (patch) | |
tree | 55e62aa6c09a729c9c34bd5d4d4d40321f982376 /test/functional/terminal/scrollback_spec.lua | |
parent | 8fd092f3ff15bf70f84ec0d716c5aaa2c7379fa1 (diff) | |
parent | c8810a51a3a7ef1185b45c07d93f7e6769c5ab55 (diff) | |
download | rneovim-e311b019a18c29131957f35d51227f5260d7ee63.tar.gz rneovim-e311b019a18c29131957f35d51227f5260d7ee63.tar.bz2 rneovim-e311b019a18c29131957f35d51227f5260d7ee63.zip |
Merge pull request #6930 from bfredl/expectfix
tests: detect and fix fragile sceen tests, and mark intentional unchanged expect():s
Diffstat (limited to 'test/functional/terminal/scrollback_spec.lua')
-rw-r--r-- | test/functional/terminal/scrollback_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/terminal/scrollback_spec.lua b/test/functional/terminal/scrollback_spec.lua index 5e36fea474..2e236327c8 100644 --- a/test/functional/terminal/scrollback_spec.lua +++ b/test/functional/terminal/scrollback_spec.lua @@ -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 |