mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
Mark some functional tests as pending in Windows
This commit is contained in:
committed by
Rui Abreu Ferreira
parent
0089ef6b65
commit
39c628d031
@@ -5,6 +5,8 @@ local eq, eval, clear, write_file, execute, source =
|
||||
helpers.eq, helpers.eval, helpers.clear, helpers.write_file,
|
||||
helpers.execute, helpers.source
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
describe(':write', function()
|
||||
after_each(function()
|
||||
os.remove('test_bkc_file.txt')
|
||||
|
||||
Reference in New Issue
Block a user