summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_shell_detection.vader2
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(''))