fix the test to clean after itself
followup for c32f7ed235f
This commit is contained in:
parent
c32f7ed235
commit
b7eca63620
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user