diff options
-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([[ |