1 2 3 4 5
#!/bin/sh if [ "$MYSQL_TEST_DIR" ] then rm -f $MYSQLTEST_VARDIR/tmp/*.frm $MYSQLTEST_VARDIR/tmp/*.MY? fi