Lines Matching refs:TEST
47 TEST="$2"
50 BASENAME_TEST=$(basename $TEST)
95 if [ ! -e "$TEST" ]; then
96 echo "# Warning: file $TEST is missing!"
101 if [ ! -x "$TEST" ]; then
102 echo "# Warning: file $TEST is not executable"
104 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
106 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
113 cd `dirname $TEST` > /dev/null
138 for TEST in "$@"; do
139 BASENAME_TEST=$(basename $TEST)
145 run_one "$DIR" "$TEST" "$test_num"