aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/buffer_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/buffer_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/buffer_spec.lua')
-rw-r--r--test/functional/terminal/buffer_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua
index 22ab0a8c21..4ce33fef7b 100644
--- a/test/functional/terminal/buffer_spec.lua
+++ b/test/functional/terminal/buffer_spec.lua
@@ -70,7 +70,6 @@ describe('terminal buffer', function()
end)
it('cannot be modified directly', function()
- if helpers.pending_win32(pending) then return end
feed('<c-\\><c-n>dd')
screen:expect([[
tty ready |
@@ -205,7 +204,6 @@ describe('terminal buffer', function()
end)
describe('No heap-buffer-overflow when using', function()
- if helpers.pending_win32(pending) then return end
local testfilename = 'Xtestfile-functional-terminal-buffers_spec'
before_each(function()