summaryrefslogtreecommitdiff
path: root/mysql-test/t/outfile.test
diff options
context:
space:
mode:
authorPatrick Crews <patrick.crews@sun.com>2008-09-20 02:21:28 -0400
committerPatrick Crews <patrick.crews@sun.com>2008-09-20 02:21:28 -0400
commit404e4b802cc15197028f29a38f522e2711366c02 (patch)
treefd73369b0d9c0c567fcc1191a96a9ef6c799568b /mysql-test/t/outfile.test
parent24fe7470247f964cc771ef477b44852d8c632aa2 (diff)
downloadmariadb-git-404e4b802cc15197028f29a38f522e2711366c02.tar.gz
Bug#38311 Some tests use 'rm' which is not portable
Substituted use of MTR's remove_file function in the tests Started with 5.0 tree and will clean up any offenders discovered during upmerge.
Diffstat (limited to 'mysql-test/t/outfile.test')
-rw-r--r--mysql-test/t/outfile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/outfile.test b/mysql-test/t/outfile.test
index 2b80b0b9d93..941bbe228d4 100644
--- a/mysql-test/t/outfile.test
+++ b/mysql-test/t/outfile.test
@@ -125,7 +125,7 @@ from information_schema.schemata
where schema_name like 'mysqltest';
connection default;
---exec rm $MYSQLTEST_VARDIR/tmp/outfile-test.4
+--remove_file $MYSQLTEST_VARDIR/tmp/outfile-test.4
use test;
revoke all privileges on *.* from user_1@localhost;
drop user user_1@localhost;