From 3f4c390a5d5d8d739700ce8245bffe2e690cb397 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Mar 2018 23:02:43 +0000 Subject: [PATCH] Fix static analysis failures --- src/freedombone-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-tests b/src/freedombone-tests index 1b300fa4..45fb2632 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -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