Commit 652565d3 authored by Georgi Kodinov's avatar Georgi Kodinov

fixed a failure in symlink.test caused by replacing rm with remove_file

parent ab5b7ceb
...@@ -186,7 +186,11 @@ drop table t1; ...@@ -186,7 +186,11 @@ drop table t1;
# Protect ourselves from data left in tmp/ by a previos possibly failed # Protect ourselves from data left in tmp/ by a previos possibly failed
# test # test
--error 0,1 --error 0,1
--remove_file $MYSQLTEST_VARDIR/tmp/t1.* --remove_file $MYSQLTEST_VARDIR/tmp/t1.frm
--error 0,1
--remove_file $MYSQLTEST_VARDIR/tmp/t1.MYD
--error 0,1
--remove_file $MYSQLTEST_VARDIR/tmp/t1.MYI
--disable_query_log --disable_query_log
eval prepare stmt from "create table t1 (c char(10)) data directory='$MYSQLTEST_VARDIR/tmp'"; eval prepare stmt from "create table t1 (c char(10)) data directory='$MYSQLTEST_VARDIR/tmp'";
--enable_query_log --enable_query_log
......
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