diff options
author | Patrick Crews <patrick.crews@sun.com> | 2008-09-30 20:54:06 -0400 |
---|---|---|
committer | Patrick Crews <patrick.crews@sun.com> | 2008-09-30 20:54:06 -0400 |
commit | 006b940a27206ce530ae68dc7b5915b86720086e (patch) | |
tree | 295f77623d9ad32b9440a957db269966db5a155f /mysql-test/t/distinct.test | |
parent | e97a45fdd3f3ced8964c36a964be07569f3f92f3 (diff) | |
download | mariadb-git-006b940a27206ce530ae68dc7b5915b86720086e.tar.gz |
Bug#38311 Some tests use 'rm' which is not portable
Repush of change to fix tests on Pushbuild.
Diffstat (limited to 'mysql-test/t/distinct.test')
-rw-r--r-- | mysql-test/t/distinct.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/distinct.test b/mysql-test/t/distinct.test index 0b09502e342..ff232a61621 100644 --- a/mysql-test/t/distinct.test +++ b/mysql-test/t/distinct.test @@ -490,6 +490,7 @@ default NULL); SELECT DISTINCT fruit_id, fruit_name INTO OUTFILE '../tmp/data1.tmp' FROM t1 WHERE fruit_name = 'APPLE'; LOAD DATA INFILE '../tmp/data1.tmp' INTO TABLE t2; +--error 0,1 --remove_file $MYSQL_TEST_DIR/var/tmp/data1.tmp SELECT DISTINCT @v19:= fruit_id, @v20:= fruit_name INTO OUTFILE |