Fix static analysis failures
This commit is contained in:
parent
6210aaf400
commit
3f4c390a5d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue