mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
@@ -114,7 +114,7 @@ describe('vim.system', function()
|
||||
end)
|
||||
|
||||
if t.is_os('win') then
|
||||
it('can resolve windows command extentions.', function()
|
||||
it('can resolve windows command extensions', function()
|
||||
t.write_file('test.bat', 'echo hello world')
|
||||
system_sync({ 'chmod', '+x', 'test.bat' })
|
||||
system_sync({ './test' })
|
||||
|
||||
Reference in New Issue
Block a user