test-bad-extension: account for PyPy/CPython error difference
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 23 Dec 2015 16:22:20 -0800
changeset 27538 50ad3f25fb4c
parent 27537 ffb1ab1e4bba
child 27539 23541bdd1610
test-bad-extension: account for PyPy/CPython error difference
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