summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqltest.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-12-16 16:40:52 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-12-16 16:40:52 +0200
commitb908a74bc93607e39958aaafd0f28821c6cd94fb (patch)
tree99ca0d190d46ddddecfc124efe2f2cfc7a4f604a /mysql-test/t/mysqltest.test
parent338e0d5cac3a772efe2b4ac451f4defd28c4a4ce (diff)
parentf1431e158281596497e5cc33adcd6d84ca4b10a4 (diff)
downloadmariadb-git-b908a74bc93607e39958aaafd0f28821c6cd94fb.tar.gz
merge
Diffstat (limited to 'mysql-test/t/mysqltest.test')
-rw-r--r--mysql-test/t/mysqltest.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysqltest.test b/mysql-test/t/mysqltest.test
index b9197a7d4b9..56c86f7d431 100644
--- a/mysql-test/t/mysqltest.test
+++ b/mysql-test/t/mysqltest.test
@@ -2513,6 +2513,8 @@ write_file $MYSQLTEST_VARDIR/tmp/testdir/file1.txt;
hello
EOF
+# Verify that --replace_result also work on list_files
+--replace_result file REPLACED_FILE
list_files $MYSQLTEST_VARDIR/tmp/testdir;
# list_files gets the directory list before creating the new file
list_files_write_file $MYSQLTEST_VARDIR/tmp/testdir/file2.txt $MYSQLTEST_VARDIR/tmp/testdir *;