More bugfixes and shellcheck tweaks

This commit is contained in:
Tyler Akins
2023-04-10 11:39:47 -05:00
parent 7604ce3054
commit 3a58ee390e
6 changed files with 47 additions and 20 deletions

View File

@@ -6,6 +6,6 @@ export person=""
export template=""
export returnCode=1
export arguments=(--something)
export expected=$'ERROR: Unknown option: --something (See --help for options)\n'
export expected=$'ERROR: Unknown option: --something (See --help for options)\n'
runTest