Commit 81aff79b authored by Marius Gedminas's avatar Marius Gedminas

Try harder to fix test failures on Windows

parent 0a7415e9
......@@ -683,7 +683,7 @@ def storage_reusable_suite(prefix, factory,
"blob_transaction.txt",
setUp=setup, tearDown=zope.testing.setupstack.tearDown,
checker=zope.testing.renormalizing.RENormalizing([
(re.compile(r'\%(sep)s.*\%(sep)sblobs\%(sep)s.*\.blob'
(re.compile(r'([a-zA-Z]:)?\%(sep)s.*\%(sep)sblobs\%(sep)s.*\.blob'
% dict(sep=os.path.sep)), '<BLOB STORAGE PATH>')
]),
optionflags=doctest.ELLIPSIS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment