replaced '--exec rm' to '--remove_file'

This commit is contained in:
skozlov/ksm@mysql.com/virtop.localdomain 2007-09-07 12:04:57 +04:00
parent 1835b16255
commit 4bfad3e923

View File

@ -280,8 +280,8 @@ ALTER TABLE t13 ORDER BY a;
# Remove dumps
--echo
#--exec rm $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_master.sql
#--exec rm $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_slave.sql
--remove_file $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_master.sql
--remove_file $MYSQLTEST_VARDIR/tmp/rpl_invoked_features_slave.sql
# Remove tables,views,procedures,functions
--connection master