diff options
author | Andrew Imeson <andrew.imeson@covenanteyes.com> | 2019-01-24 13:30:50 -0500 |
---|---|---|
committer | Andrew Imeson <andrew.imeson@covenanteyes.com> | 2019-01-24 13:30:50 -0500 |
commit | eec8b9da60092bd9f88a8b56bee698e251dfc2de (patch) | |
tree | 3555cafce8dffba77af5bb307090ee9144fe81a4 /test | |
parent | f12d312aa4aa49c4698056933030cd5adb60b489 (diff) | |
download | ale-eec8b9da60092bd9f88a8b56bee698e251dfc2de.zip |
Fix test name for csh to not say zsh
Diffstat (limited to 'test')
-rw-r--r-- | test/test_shell_detection.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_shell_detection.vader b/test/test_shell_detection.vader index adb8d70d..1b0a20e3 100644 --- a/test/test_shell_detection.vader +++ b/test/test_shell_detection.vader @@ -52,7 +52,7 @@ Execute(zsh should be detected appropriately): Given(A file with a csh hash bang and arguments): #!/usr/bin/env csh -eu --foobar -Execute(zsh should be detected appropriately): +Execute(csh should be detected appropriately): AssertEqual 'csh', ale#handlers#sh#GetShellType(bufnr('')) AssertEqual 'csh', ale_linters#sh#shell#GetExecutable(bufnr('')) AssertEqual 'csh', ale_linters#sh#shellcheck#GetDialectArgument(bufnr('')) |