List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:October 1 2008 12:53pm
Subject:bzr commit into mysql-5.0-bugteam branch (kgeorge:2691)
View as plain text  
#At file:///home/kgeorge/mysql/bzr/merge-5.0-bugteam/

 2691 Georgi Kodinov	2008-10-01
      fixed a failure in symlink.test caused by replacing rm with remove_file
modified:
  mysql-test/t/symlink.test

=== modified file 'mysql-test/t/symlink.test'
--- a/mysql-test/t/symlink.test	2008-09-23 09:24:32 +0000
+++ b/mysql-test/t/symlink.test	2008-10-01 12:53:11 +0000
@@ -186,7 +186,11 @@ drop table t1;
 # Protect ourselves from data left in tmp/ by a previos possibly failed
 # test
 --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
 eval prepare stmt from "create table t1 (c char(10)) data directory='$MYSQLTEST_VARDIR/tmp'";
 --enable_query_log

Thread
bzr commit into mysql-5.0-bugteam branch (kgeorge:2691) Georgi Kodinov1 Oct