summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2019-06-09 14:02:50 +0900
committerHoracio Sanson <horacio@allm.net>2019-06-09 14:02:50 +0900
commite84c9b300b521134ed3d37b8d59beff8b83ae61e (patch)
tree6384f3c505a6d6497b63d5264fd766f8dd39b886 /test
parent5ce97f8cdb285b86a4891fde6dcd14283bc2756f (diff)
downloadale-e84c9b300b521134ed3d37b8d59beff8b83ae61e.zip
Do not set default binary.
The default binary "launcher" is too generic and can get mixed with other tools. To use this linter user must explicitly set the absolute path of the launcher path.
Diffstat (limited to 'test')
-rw-r--r--test/command_callback/test_javalsp_command_callback.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_callback/test_javalsp_command_callback.vader b/test/command_callback/test_javalsp_command_callback.vader
index aaaceb45..ca7388c0 100644
--- a/test/command_callback/test_javalsp_command_callback.vader
+++ b/test/command_callback/test_javalsp_command_callback.vader
@@ -6,7 +6,7 @@ After:
call ale#assert#TearDownLinterTest()
Execute(The javalsp callback should return the correct default value):
- AssertLinter 'launcher', ale#Escape('launcher')
+ AssertLinter '', ale#Escape('')
Execute(The javalsp java executable should be configurable):
let b:ale_java_javalsp_executable = '/bin/foobar'