Fix test name for csh to not say zsh
This commit is contained in:
parent
f12d312aa4
commit
eec8b9da60
1 changed files with 1 additions and 1 deletions
|
@ -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(''))
|
||||
|
|
Reference in a new issue