Lines Matching refs:TEST
50 TEST="$2"
53 BASENAME_TEST=$(basename $TEST)
106 if [ ! -e "$TEST" ]; then
107 echo "# Warning: file $TEST is missing!"
114 if [ -x "$TEST" ]; then
119 echo "# Warning: file $TEST is not executable"
121 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
123 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
130 cd `dirname $TEST` > /dev/null
155 run_one $DIR $TEST $test_num
182 for TEST in "$@"; do
183 BASENAME_TEST=$(basename $TEST)
192 run_one "$DIR" "$TEST" "$test_num"