test failure on labrador: account for a different errno on Mac OS X

This commit is contained in:
Sergei Golubchik 2015-02-21 19:49:57 +01:00
commit 3653de82e5

View file

@ -52,7 +52,7 @@ eval SELECT 'hello' INTO OUTFILE 'fake_file.$prefix';
# Use '/' instead of '\' in the error message. On windows platform, dir is
# formed with '\'.
--replace_regex /\\testing_1\\*/\/testing_1\//
--replace_regex /\\testing_1\\*/\/testing_1\// /66/39/
--error 1010
DROP DATABASE testing_1;
let $wait_binlog_event= DROP TABLE IF EXIST;