fix the test for MDEV-5029 to clean up after itself
This commit is contained in:
parent
680288873c
commit
0df3c2033b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user