added the missing remove of the temp file

This commit is contained in:
Georgi Kodinov 2009-11-27 16:36:22 +02:00
parent 514d33c866
commit d877f0a045

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