From be2a3ddd58f79e87c2bd87a3a2cd1b42176895c9 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 21 Apr 2018 03:15:18 +0200 Subject: test: "Command-line option -s": avoid indeterminism (#8305) closes #8303 --- test/functional/core/main_spec.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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') + feed('i:cq') screen:expect([[ - ^ | - [Process exited 1] | | + [Process exited 1] | | | | | | + -- TERMINAL -- | ]]) --[=[ Example of incorrect output: screen:expect([[ -- cgit