Get more of the tests to pass on Windows
This commit is contained in:
@@ -36,7 +36,7 @@ Before:
|
||||
|
||||
call ale#linter#Define('testft', {
|
||||
\ 'name': 'x',
|
||||
\ 'executable': 'echo',
|
||||
\ 'executable': has('win32') ? 'cmd': 'echo',
|
||||
\ 'command': 'echo',
|
||||
\ 'callback': 'GenerateResults',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user