summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-02-17 12:07:45 +0100
committermsvensson@neptunus.(none) <>2006-02-17 12:07:45 +0100
commitb951068d6251d34bb61848368e43ccae069da27d (patch)
treea1cacf62e53acdec8145e09b38bfaf287cf65cab /mysql-test/t/rpl000015.test
parentcb9b61058651c5e8c161767b76ec732e95391d87 (diff)
downloadmariadb-git-b951068d6251d34bb61848368e43ccae069da27d.tar.gz
Replace win filename s with unix equivalent
Evaluate commands passed to "exec" and "system" to expand any $variables before executing command.
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test
index a53049386af..df4bf6f977b 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -12,7 +12,7 @@ show slave status;
change master to master_host='127.0.0.1';
# The following needs to be cleaned up when change master is fixed
---replace_result $MASTER_MYPORT MASTER_PORT $MYSQL_TCP_PORT MASTER_PORT
+--replace_result $MYSQL_TCP_PORT MASTER_PORT
--replace_column 1 # 8 # 9 # 23 # 33 #
show slave status;
--replace_result $MASTER_MYPORT MASTER_PORT