diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-09 18:03:34 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-09 18:03:34 +0100 |
commit | f238e15f10600ab6350542b81693522ca87705e8 (patch) | |
tree | 9ab6b4c14bc63105f4a8406b84346d807fa95400 /test/sign/test_linting_sets_signs.vader | |
parent | 574cb1159416954a497dfb3954bb91fd838ab4eb (diff) | |
download | ale-f238e15f10600ab6350542b81693522ca87705e8.zip |
Fix more random Windows test issues
Diffstat (limited to 'test/sign/test_linting_sets_signs.vader')
-rw-r--r-- | test/sign/test_linting_sets_signs.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sign/test_linting_sets_signs.vader b/test/sign/test_linting_sets_signs.vader index 1530847e..c2cc0db9 100644 --- a/test/sign/test_linting_sets_signs.vader +++ b/test/sign/test_linting_sets_signs.vader @@ -33,7 +33,7 @@ Before: call ale#linter#Define('foobar', { \ 'name': 'testlinter', \ 'callback': 'TestCallback', - \ 'executable': 'echo', + \ 'executable': has('win32') ? 'cmd' : 'echo', \ 'command': 'echo foo bar', \}) |