Commit 525fe23a authored by msvensson@pilot.mysql.com's avatar msvensson@pilot.mysql.com
Browse files

Remove unportable use of "system rm"

parent b1fdece3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ drop function bug27563;
drop function bug27565;
}

system rm $MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog ;
remove_file $MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog ;

drop table t1,t2,t3;