Commit 0df3c203 authored by Sergei Golubchik's avatar Sergei Golubchik

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

parent 68028887
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment