diff --git a/functions/test_functions.sh b/functions/test_functions.sh index ecc2a1c9c..b00afdbf4 100644 --- a/functions/test_functions.sh +++ b/functions/test_functions.sh @@ -297,8 +297,8 @@ check_syntax() { fi } -# The 'test_' scripts are to test individual functions -# within scripts. The input.txt file is to be processed by the called script. +# The 'test_' functions are to test individual processes within +# scripts. The input.txt file is to be processed by the called script. # The out_.txt file is the expected output after processing # by the called script. @@ -590,6 +590,8 @@ on_exit() { fi } +### END OF 'test_' FUNCTIONS + # Function 'run_script' executes the script passed by the caller. # Input: # $1: scrip to execute