Hi,
0_lib/functions.sh is executed twice:
- In "runtest.sh"->Line 27 “[ -f $LIB_FUNCTIONS ] && source $LIB_FUNCTIONS”
- In "runtest.sh"->Line 50 or 53 "t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' )"
I think it only needs to be executed once.Proposed two modifications
-
"runtest.sh"->Line 50 or 53 change! “t_Process <(/usr/bin/find ./tests/0_c*/ -type f|sort -t'/' )”
-
chmod a-x 0_lib/functions.sh
Thank you