summaryrefslogtreecommitdiff
path: root/test/suite/test_config03.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-01-07 10:44:42 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2015-01-07 10:44:42 +1100
commitd9621cb4ba0d66f4b8a73a417dcc7b0635543c55 (patch)
treef4ca56e7814a29383fc8817eaef53b07840a9275 /test/suite/test_config03.py
parent8bd16eb444612461d80d9fde93442ddacc39efd6 (diff)
parent24e8f4f9785af42e92743d8a308d990ddde224fb (diff)
downloadmongo-d9621cb4ba0d66f4b8a73a417dcc7b0635543c55.tar.gz
Merge pull request #1516 from wiredtiger/windows-errors
Windows error string support.
Diffstat (limited to 'test/suite/test_config03.py')
-rw-r--r--test/suite/test_config03.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/suite/test_config03.py b/test/suite/test_config03.py
index b1cb328e093..3a1bbd76773 100644
--- a/test/suite/test_config03.py
+++ b/test/suite/test_config03.py
@@ -103,12 +103,12 @@ class test_config03(test_base03.test_base03):
if self.s_create == False:
successargs = successargs.replace(',create=false,',',create,')
expect_fail = True
- fail_msg = '/No such file or directory/'
+ fail_msg = '/(No such file or directory|The system cannot find the file specified)/'
elif self.s_create == None:
successargs = successargs + 'create=true,'
expect_fail = True
- fail_msg = '/No such file or directory/'
-
+ fail_msg = '/(No such file or directory|The system cannot find the file specified)/'
+
if self.s_eviction_target >= self.s_eviction_trigger:
# construct args that guarantee that target < trigger
# we know that trigger >= 1