Fix test name for csh to not say zsh

This commit is contained in:
Andrew Imeson 2019-01-24 13:30:50 -05:00
parent f12d312aa4
commit eec8b9da60
No known key found for this signature in database
GPG Key ID: 82A3DCD89FC9E016
1 changed files with 1 additions and 1 deletions

View File

@ -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(''))