Unit tests

This commit is contained in:
Nathaniel Landau
2021-07-23 15:14:57 -04:00
parent 6cc7a24628
commit def3122a7c
7 changed files with 352 additions and 6 deletions

View File

@@ -512,7 +512,7 @@ _sourceFile_() {
[ ! -f "$c" ] \
&& {
fatal "Attempted to source '$c' Not found"
fatal "Attempted to source '$c'. Not found"
return 1
}