diff options
author | msvensson@pilot.(none) <> | 2007-08-29 12:47:00 +0200 |
---|---|---|
committer | msvensson@pilot.(none) <> | 2007-08-29 12:47:00 +0200 |
commit | aa57f6106cfd9915b0f627904a123cfa5f419db6 (patch) | |
tree | 28026ae6f586b69e187f24ed657ac47185fa19e4 /mysql-test | |
parent | 9ffb05dbbfda71c45a32875226c7fbebebe6f85a (diff) | |
download | mariadb-git-aa57f6106cfd9915b0f627904a123cfa5f419db6.tar.gz |
Remove unportable use of "system rm"
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/ps.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test index 93a89c2b275..cd2fc44e3ce 100644 --- a/mysql-test/t/ps.test +++ b/mysql-test/t/ps.test @@ -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'"; |