mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-11 06:23:47 -05:00
build: lint for typos
This commit is contained in:
@@ -302,10 +302,10 @@ _testParseYAML_() {
|
||||
}
|
||||
|
||||
@test "_sourceFile_ failure" {
|
||||
run _sourceFile_ "someNonExistantFile"
|
||||
run _sourceFile_ "someNonExistentFile"
|
||||
|
||||
assert_failure
|
||||
assert_output --partial "[ fatal] Attempted to source 'someNonExistantFile'. Not found"
|
||||
assert_output --partial "[ fatal] Attempted to source 'someNonExistentFile'. Not found"
|
||||
}
|
||||
|
||||
@test "_sourceFile_ success" {
|
||||
|
||||
Reference in New Issue
Block a user