summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorMagne Mahre <magne.mahre@sun.com>2009-11-26 13:47:55 +0100
committerMagne Mahre <magne.mahre@sun.com>2009-11-26 13:47:55 +0100
commiteea7af04c01bef3a9e1706bc3212fc117304d939 (patch)
tree5a6ad1a5c68dd5225038693eb7e15daddf102190 /mysql-test/t
parent3be9052153ee41af11b8385269c3a97261f63141 (diff)
downloadmariadb-git-eea7af04c01bef3a9e1706bc3212fc117304d939.tar.gz
Fix for a bug when backporting/merging Bug#36573
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/myisampack.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/myisampack.test b/mysql-test/t/myisampack.test
index 6f1ac24a507..463aa559de2 100644
--- a/mysql-test/t/myisampack.test
+++ b/mysql-test/t/myisampack.test
@@ -214,7 +214,7 @@ SELECT COUNT(a) FROM t3;
#
--replace_regex /.*myisampack(\.exe)?: Can't create\/write to file .*\(/myisampack: Can't create\/write to file (/ /Aborted: .*is/Aborted: file is/
--error 2
---exec $MYISAMPACK --join=$MYSQLD_DATADIR/test/t3 $MYSQLD_DATADIR/master-data/test/t1 $MYSQLD_DATADIR/test/t2 2>&1
+--exec $MYISAMPACK --join=$MYSQLD_DATADIR/test/t3 $MYSQLD_DATADIR/test/t1 $MYSQLD_DATADIR/test/t2 2>&1
DROP TABLE t1,t2,t3;