Fix the broken tests

This commit is contained in:
w0rp
2018-07-06 01:00:30 +01:00
parent d5b4f6f7e7
commit 0dd356aa52
6 changed files with 6 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ Execute(Command formatting should be applied correctly for LSP linters):
\ g:args[:2]
else
AssertEqual
\ ['true', ['/bin/bash', '-c', '''true'' --foo'], '/foo/bar'],
\ ['true', [&shell, '-c', '''true'' --foo'], '/foo/bar'],
\ g:args[:2]
endif