From 5199456471a5c484a10e3590d20767c6a78d34e0 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 16 Mar 2015 08:29:57 -0300 Subject: test: Only display cursor marker in screen tests if nvim is not busy --- test/functional/shell/viml_system_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/shell') diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua index 2742e23e00..c9ae92048c 100644 --- a/test/functional/shell/viml_system_spec.lua +++ b/test/functional/shell/viml_system_spec.lua @@ -93,7 +93,7 @@ describe('system()', function() ~ | ~ | ~ | - ^:call system("yes") | + :call system("yes") | ]]) feed('') screen:expect([[ @@ -259,7 +259,7 @@ describe('systemlist()', function() ~ | ~ | ~ | - ^:call systemlist("yes | xargs") | + :call systemlist("yes | xargs") | ]]) feed('') screen:expect([[ -- cgit