Fix tests on Windows

This commit is contained in:
w0rp 2018-07-06 08:15:54 +01:00
parent 0dd356aa52
commit 1e9b36cdbf
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'],
\ ['true', 'cmd /s/c "cmd --foo"', '/foo/bar'],
\ g:args[:2]
else
AssertEqual