mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
functests: Disable system(-s -) test on Windows
Assume something with system() if second test hangs as well. Assume something with reading stdin if not.
This commit is contained in:
parent
99b4f25b99
commit
62108c3b0b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user