Commit aa57f610 authored by msvensson@pilot.(none)'s avatar msvensson@pilot.(none)
Browse files

Remove unportable use of "system rm"

parent 9ffb05db
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1168,9 +1168,6 @@ deallocate prepare stmt2;
#
# CREATE TABLE with DATA DIRECTORY option
#
# Protect ourselves from data left in tmp/ by a previos possibly failed
# test
--system rm -f $MYSQLTEST_VARDIR/tmp/t1.*
--disable_warnings
--disable_query_log
eval prepare stmt from "create table t1 (c char(10)) data directory='$MYSQLTEST_VARDIR/tmp'";