Skip to content

Commit 29c185b

Browse files
committed
test needs to cleanup after itself
1 parent 938b929 commit 29c185b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mysql-test/main/mysql.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ EOF
610610
create database `aa``bb````cc`;
611611
--exec $MYSQL < $MYSQLTEST_VARDIR/tmp/backticks.sql
612612
drop database `aa``bb````cc`;
613+
--remove_file $MYSQLTEST_VARDIR/tmp/backticks.sql
613614

614615
#
615616
# MySQL Bug#13639125 DELIMITER STRIPS THE NEXT NEW LINE IN A SQL STATEMENT
@@ -620,6 +621,7 @@ delimiter
620621
<<" as a;
621622
EOF
622623
--exec $MYSQL < $MYSQLTEST_VARDIR/tmp/13639125.sql
624+
--remove_file $MYSQLTEST_VARDIR/tmp/13639125.sql
623625

624626
#
625627
# --skip-column-names and alignment
@@ -702,7 +704,7 @@ select count(*) from t1; truncate table t1;
702704
--exec $MYSQL --disable-local-infile -e "/*q*/$ldli"
703705
select count(*) from t1; truncate table t1;
704706
drop table t1;
705-
707+
--remove_file $MYSQLTEST_VARDIR/tmp/bug.sql
706708

707709
--echo #
708710
--echo # MDEV-15538 '-N' Produce html output wrong

0 commit comments

Comments
 (0)