Commit b7eca636 authored by Sergei Golubchik's avatar Sergei Golubchik

fix the test to clean after itself

followup for c32f7ed2
parent c32f7ed2
......@@ -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
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