1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug#38311 Some tests use 'rm' which is not portable

Substituted use of MTR's remove_file function in the tests
Started with 5.0 tree and will clean up any offenders discovered during upmerge.
This commit is contained in:
Patrick Crews
2008-09-20 02:21:28 -04:00
parent 24fe747024
commit 404e4b802c
12 changed files with 49 additions and 40 deletions

View File

@ -6,9 +6,11 @@
source include/master-slave.inc;
create table t1 (a int) engine=myisam;
flush tables;
system rm $MYSQLTEST_VARDIR/master-data/test/t1.MYI ;
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.MYI
drop table if exists t1;
save_master_pos;
connection slave;