Fix tests on Windows

This commit is contained in:
w0rp 2018-07-06 20:52:47 +01:00
parent 6b20c906b3
commit 344e0fec97
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Execute(Command formatting should be applied correctly for LSP linters):
if has('win32')
AssertEqual
\ ['true', 'cmd /s/c "cmd --foo"', '/foo/bar'],
\ ['cmd', 'cmd /s/c "cmd --foo"', '/foo/bar'],
\ g:args[:2]
else
AssertEqual