Fix static analysis failures

This commit is contained in:
Bob Mottram 2018-03-02 23:02:43 +00:00
parent 6210aaf400
commit 3f4c390a5d
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ function test_app_functions {
# for each expected interface function
for f in "${interface_functions[@]}"
do
test_app_function_type ${filename} "$f"
test_app_function_type "${filename}" "$f"
done
done
}
@ -1305,7 +1305,7 @@ freedombone-pass --test yes
fix_stig
test_stig
if [ ! $RUN_STIG ]; then
if [ ! "$RUN_STIG" ]; then
echo $'All tests passed'
fi