diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-25 01:05:48 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-25 01:05:48 +0100 |
commit | 680672117f3c89886fd49e01a5b454c14ae477d8 (patch) | |
tree | 31209ad8840e0e3deba0cf08f2ccb0984569430c /test/test_highlight_placement.vader | |
parent | 5029078df3d5d26d71d220d273a001a5aea9c416 (diff) | |
download | ale-680672117f3c89886fd49e01a5b454c14ae477d8.zip |
Make the highlight placement test pass more often by using another shell
Diffstat (limited to 'test/test_highlight_placement.vader')
-rw-r--r-- | test/test_highlight_placement.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_highlight_placement.vader b/test/test_highlight_placement.vader index de8decc1..2d87b771 100644 --- a/test/test_highlight_placement.vader +++ b/test/test_highlight_placement.vader @@ -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 |