aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/system_spec.lua
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-01-03 00:18:34 -0500
committerJustin M. Keyes <justinkz@gmail.com>2018-01-06 17:50:49 +0100
commitab1e11e44fd17ffbd4c1fdb26c2b03de3c6831ae (patch)
treedf583f42bac4bf1c0bec9be2912d7d7573c28282 /test/functional/eval/system_spec.lua
parentd4485f7cc0e4bab7d8ca41590956fa96d31f6aab (diff)
downloadrneovim-ab1e11e44fd17ffbd4c1fdb26c2b03de3c6831ae.tar.gz
rneovim-ab1e11e44fd17ffbd4c1fdb26c2b03de3c6831ae.tar.bz2
rneovim-ab1e11e44fd17ffbd4c1fdb26c2b03de3c6831ae.zip
test: win: yes is unavailable on Windows
Diffstat (limited to 'test/functional/eval/system_spec.lua')
-rw-r--r--test/functional/eval/system_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/eval/system_spec.lua b/test/functional/eval/system_spec.lua
index 74c3b77d91..e2b12b6bc9 100644
--- a/test/functional/eval/system_spec.lua
+++ b/test/functional/eval/system_spec.lua
@@ -187,6 +187,7 @@ describe('system()', function()
end)
it('`yes` and is interrupted with CTRL-C', function()
+ if helpers.pending_win32(pending) then return end
feed(':call system("yes")<cr>')
screen:expect([[
|