summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-11-27 16:36:22 +0200
committerGeorgi Kodinov <joro@sun.com>2009-11-27 16:36:22 +0200
commitd877f0a04575982c4a813b831b8c74b80cccf770 (patch)
treecd671bfd33ea280fac40762f063536cb33724b52 /mysql-test/t/mysql.test
parent514d33c866f598c506d9dcf067ce2be164167fe9 (diff)
downloadmariadb-git-d877f0a04575982c4a813b831b8c74b80cccf770.tar.gz
added the missing remove of the temp file
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r--mysql-test/t/mysql.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test
index dcdf3eeaeb6..d213e031d18 100644
--- a/mysql-test/t/mysql.test
+++ b/mysql-test/t/mysql.test
@@ -364,5 +364,6 @@ SELECT '< & >' AS `<`;
EOF
--exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql
--echo
+remove_file $MYSQLTEST_VARDIR/tmp/bug27884.sql;
--echo End of 5.0 tests