Lines Matching refs:TEST
49 TEST="$2"
52 BASENAME_TEST=$(basename $TEST)
105 if [ ! -e "$TEST" ]; then
106 echo "# Warning: file $TEST is missing!"
114 if [ ! -x "$TEST" ]; then
115 echo "# Warning: file $TEST is not executable"
117 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
119 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
126 cd `dirname $TEST` > /dev/null
151 for TEST in "$@"; do
152 BASENAME_TEST=$(basename $TEST)
158 run_one "$DIR" "$TEST" "$test_num"