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

This commit is contained in:
w0rp 2017-10-25 01:05:48 +01:00
parent 5029078df3
commit 680672117f

View File

@ -37,7 +37,7 @@ Before:
call ale#linter#Define('testft', {
\ 'name': 'x',
\ 'executable': has('win32') ? 'cmd': 'echo',
\ 'command': 'echo',
\ 'command': has('win32') ? 'echo' : '/bin/sh -c ''echo''',
\ 'callback': 'GenerateResults',
\})
highlight link SomeOtherGroup SpellBad