# HG changeset patch # User Bryan O'Sullivan # Date 1450916540 28800 # Node ID 50ad3f25fb4c39de2cb0c61583602d4c33b0a367 # Parent ffb1ab1e4bba18db26ab04ffe9b7ba542cbe1f3b test-bad-extension: account for PyPy/CPython error difference diff -r ffb1ab1e4bba -r 50ad3f25fb4c tests/test-bad-extension.t --- a/tests/test-bad-extension.t Wed Dec 23 16:22:20 2015 -0800 +++ b/tests/test-bad-extension.t Wed Dec 23 16:22:20 2015 -0800 @@ -32,9 +32,9 @@ *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow Traceback (most recent call last): Exception: bit bucket overflow - could not import hgext.badext2 (No module named badext2): trying badext2 + could not import hgext.badext2 (No module named *badext2): trying badext2 (glob) Traceback (most recent call last): - ImportError: No module named badext2 + ImportError: No module named *badext2 (glob) *** failed to import extension badext2: No module named badext2 Traceback (most recent call last): ImportError: No module named badext2