summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIan2020 <Ian2020@users.noreply.github.com>2020-05-08 12:55:54 +0100
committerIan2020 <Ian2020@users.noreply.github.com>2020-05-08 12:55:54 +0100
commitca97f32258cc6e3f32b5f7605801f053e7dbe320 (patch)
treef593cbc9af75248f995f5eee23c3b46ad477829d /test
parent65bea1a5cbbc8ff2557410263c87c2e02cb4a42c (diff)
downloadale-ca97f32258cc6e3f32b5f7605801f053e7dbe320.zip
Use a function to define shellcheck linters and vars needed, fixes tests
Diffstat (limited to 'test')
-rw-r--r--test/test_backwards_compatibility.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_backwards_compatibility.vader b/test/test_backwards_compatibility.vader
index e0e52bd4..e4e3756f 100644
--- a/test/test_backwards_compatibility.vader
+++ b/test/test_backwards_compatibility.vader
@@ -8,7 +8,7 @@ After:
Execute(Old variable name for the 'shellcheck' linter should still work):
let g:ale_linters_sh_shellcheck_exclusions = 'SC1234'
- runtime autoload/ale/handlers/shellcheck.vim
+ runtime ale_linters/sh/shellcheck.vim
AssertEqual 'SC1234', g:ale_sh_shellcheck_exclusions