Make the sign placement test pass more often by using another shell
This commit is contained in:
parent
680672117f
commit
960ae62aaa
@ -34,7 +34,7 @@ Before:
|
||||
\ 'name': 'testlinter',
|
||||
\ 'callback': 'TestCallback',
|
||||
\ 'executable': has('win32') ? 'cmd' : 'echo',
|
||||
\ 'command': 'echo foo bar',
|
||||
\ 'command': has('win32') ? 'echo foo bar' : '/bin/sh -c ''echo foo bar''',
|
||||
\})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user