Skip to content

Commit 3653de8

Browse files
committed
test failure on labrador: account for a different errno on Mac OS X
1 parent dc94bd0 commit 3653de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/extra/binlog_tests/database.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ eval SELECT 'hello' INTO OUTFILE 'fake_file.$prefix';
5252

5353
# Use '/' instead of '\' in the error message. On windows platform, dir is
5454
# formed with '\'.
55-
--replace_regex /\\testing_1\\*/\/testing_1\//
55+
--replace_regex /\\testing_1\\*/\/testing_1\// /66/39/
5656
--error 1010
5757
DROP DATABASE testing_1;
5858
let $wait_binlog_event= DROP TABLE IF EXIST;

0 commit comments

Comments
 (0)