fix the test to clean after itself

followup for c32f7ed235f
This commit is contained in:
Sergei Golubchik 2018-11-01 18:47:53 +01:00
parent c32f7ed235
commit b7eca63620

View File

@ -16,3 +16,5 @@ load data infile 'load.data' into table t1;
insert t1 (f) values ('<===');
select * from t1;
drop table t1;
--let $datadir=`select @@datadir`
--remove_file $datadir/test/load.data