fix the test for MDEV-5029 to clean up after itself

This commit is contained in:
Sergei Golubchik 2014-01-26 21:49:04 +01:00
parent 680288873c
commit 0df3c2033b

View File

@ -18,3 +18,6 @@ copy_file std_data/mdev5029_2.MAI $datadir/test/t1.MAI;
copy_file std_data/mdev5029_2.MAD $datadir/test/t1.MAD;
show create table t1;
drop table t1;
remove_file $datadir/test/t1.MAI;
remove_file $datadir/test/t1.MAD;