Get more tests to pass on Windows

This commit is contained in:
w0rp
2017-10-18 23:42:51 +01:00
parent 81d993086e
commit 5292d2f349
8 changed files with 61 additions and 95 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Before:
call ale#linter#Define('testft', {
\ 'name': 'testlinter',
\ 'callback': 'TestCallback',
\ 'executable': 'true',
\ 'executable': has('win32') ? 'cmd' : 'true',
\ 'command': 'true',
\})