aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/main_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-03-23 21:06:39 +0300
committerZyX <kp-pav@yandex.ru>2017-03-23 21:06:39 +0300
commit62108c3b0be46936c83f6d4c98b44ceb5e6f77fd (patch)
tree8c51cd38726227f1d15bfe9b11ac9e38cb1b7f0a /test/functional/core/main_spec.lua
parent99b4f25b990b8afe688bd8d7e5cf6dee209e1d31 (diff)
downloadrneovim-62108c3b0be46936c83f6d4c98b44ceb5e6f77fd.tar.gz
rneovim-62108c3b0be46936c83f6d4c98b44ceb5e6f77fd.tar.bz2
rneovim-62108c3b0be46936c83f6d4c98b44ceb5e6f77fd.zip
functests: Disable system(-s -) test on Windows
Assume something with system() if second test hangs as well. Assume something with reading stdin if not.
Diffstat (limited to 'test/functional/core/main_spec.lua')
-rw-r--r--test/functional/core/main_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua
index 2c4d110f0f..1641149c87 100644
--- a/test/functional/core/main_spec.lua
+++ b/test/functional/core/main_spec.lua
@@ -36,6 +36,7 @@ describe('Command-line option', function()
os.remove(dollar_fname)
end)
it('treats - as stdin', function()
+ if helpers.pending_win32(pending) then return end
eq(nil, lfs.attributes(fname))
funcs.system(
{nvim_prog_abs(), '-u', 'NONE', '-i', 'NONE', '--headless',