1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added the missing remove of the temp file

This commit is contained in:
Georgi Kodinov
2009-11-27 16:36:22 +02:00
parent 73cb06f004
commit 304a7095fe

View File

@ -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