summaryrefslogtreecommitdiff
path: root/test/test_ale_fix.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ale_fix.vader')
-rw-r--r--test/test_ale_fix.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ale_fix.vader b/test/test_ale_fix.vader
index c5deabb4..aeb5bd09 100644
--- a/test/test_ale_fix.vader
+++ b/test/test_ale_fix.vader
@@ -107,7 +107,7 @@ Before:
" echo will output a single blank line, and we should ingore it.
function! IgnoredEmptyOutput(buffer, output)
- return {'command': 'echo'}
+ return {'command': has('win32') ? 'echo(' : 'echo'}
endfunction
function! SetUpLinters()