aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/ex_terminal_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-08 02:26:25 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-08-16 09:13:44 +0200
commitd2d76882f74875d6c1ee10f31524b104eab6375d (patch)
tree894cf635dafaf879e42c623252f515e504168805 /test/functional/terminal/ex_terminal_spec.lua
parente0763e94ade67c99f9d9f46cd51299b174969927 (diff)
downloadrneovim-d2d76882f74875d6c1ee10f31524b104eab6375d.tar.gz
rneovim-d2d76882f74875d6c1ee10f31524b104eab6375d.tar.bz2
rneovim-d2d76882f74875d6c1ee10f31524b104eab6375d.zip
win/test: enable more :terminal tests
To deal with SIGWINCH limitations on Windows, change some resize tests to _shrink_ the screen width. ... But this didn't work, so still ignoring those tests on Windows.
Diffstat (limited to 'test/functional/terminal/ex_terminal_spec.lua')
-rw-r--r--test/functional/terminal/ex_terminal_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/terminal/ex_terminal_spec.lua b/test/functional/terminal/ex_terminal_spec.lua
index 5eb6a5f18c..9930efc402 100644
--- a/test/functional/terminal/ex_terminal_spec.lua
+++ b/test/functional/terminal/ex_terminal_spec.lua
@@ -182,9 +182,7 @@ describe(':terminal (with fake shell)', function()
end)
it('works with gf', function()
- if helpers.pending_win32(pending) then return end
terminal_with_fake_shell([[echo "scripts/shadacat.py"]])
- wait()
screen:expect([[
ready $ echo "scripts/shadacat.py" |
|