diff options
author | Holden <holden@axoni.com> | 2019-01-02 19:05:51 -0500 |
---|---|---|
committer | Holden <holden@axoni.com> | 2019-01-02 19:05:51 -0500 |
commit | 5f613a5fd69f4135d892a71b1f825f062ff45758 (patch) | |
tree | 3eb615bb5076687f4e75a0aa7b562d70ba37d138 /test/lsp | |
parent | 8550fa605958bff90d727cde949ae2b06b870f8f (diff) | |
download | ale-5f613a5fd69f4135d892a71b1f825f062ff45758.zip |
change ale to use value of g:ale_shell regardless of what it is
Diffstat (limited to 'test/lsp')
-rw-r--r-- | test/lsp/test_lsp_command_formatting.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsp/test_lsp_command_formatting.vader b/test/lsp/test_lsp_command_formatting.vader index 33928291..9721f37f 100644 --- a/test/lsp/test_lsp_command_formatting.vader +++ b/test/lsp/test_lsp_command_formatting.vader @@ -31,6 +31,6 @@ Execute(Command formatting should be applied correctly for LSP linters): \ g:args else AssertEqual - \ ['true', [g:ale_shell, '-c', '''true'' --foo']], + \ ['true', [&shell, '-c', '''true'' --foo']], \ g:args endif |