diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-04-21 03:15:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-21 03:15:18 +0200 |
commit | be2a3ddd58f79e87c2bd87a3a2cd1b42176895c9 (patch) | |
tree | 53cc83e48a7d1b785e506ae5b35faaab5ef39be2 /test/functional/core/main_spec.lua | |
parent | c10a207a20eb6dbcd628cae80c32de602d29e4b3 (diff) | |
download | rneovim-be2a3ddd58f79e87c2bd87a3a2cd1b42176895c9.tar.gz rneovim-be2a3ddd58f79e87c2bd87a3a2cd1b42176895c9.tar.bz2 rneovim-be2a3ddd58f79e87c2bd87a3a2cd1b42176895c9.zip |
test: "Command-line option -s": avoid indeterminism (#8305)
closes #8303
Diffstat (limited to 'test/functional/core/main_spec.lua')
-rw-r--r-- | test/functional/core/main_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua index 2c4d110f0f..cd396ef820 100644 --- a/test/functional/core/main_spec.lua +++ b/test/functional/core/main_spec.lua @@ -80,16 +80,16 @@ describe('Command-line option', function() [1] = {foreground = 4210943, special = Screen.colors.Grey0}, [2] = {special = Screen.colors.Grey0, bold = true, reverse = true} }) - feed('i:cq<CR><C-\\><C-n>') + feed('i:cq<CR>') screen:expect([[ - ^ | - [Process exited 1] | | + [Process exited 1] | | | | | | + -- TERMINAL -- | ]]) --[=[ Example of incorrect output: screen:expect([[ |