From f63d952ca289430fe729b5fc133b2143b91cd24b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 9 Aug 2019 23:31:53 +0200 Subject: test: use shell-test (avoid system shell) --- test/functional/terminal/ex_terminal_spec.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/functional/terminal/ex_terminal_spec.lua') diff --git a/test/functional/terminal/ex_terminal_spec.lua b/test/functional/terminal/ex_terminal_spec.lua index 591e6340cf..b0019d2d37 100644 --- a/test/functional/terminal/ex_terminal_spec.lua +++ b/test/functional/terminal/ex_terminal_spec.lua @@ -27,11 +27,7 @@ describe(':terminal', function() echomsg "msg3" ]]) -- Invoke a command that emits frequent terminal activity. - if iswin() then - feed_command([[terminal for /L \%I in (1,0,2) do echo \%I]]) - else - feed_command([[terminal while true; do echo X; done]]) - end + feed([[:terminal "]]..nvim_dir..[[/shell-test" REP 9999 !terminal_output!]]) feed([[]]) wait() -- Wait for some terminal activity. -- cgit