Make the sign placement test pass more often by using another shell

This commit is contained in:
w0rp 2017-10-25 01:11:46 +01:00
parent 680672117f
commit 960ae62aaa
1 changed files with 1 additions and 1 deletions

View File

@ -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''',
\})