##// END OF EJS Templates
tests: glob away some annoying py3 differences...
Augie Fackler -
r40220:c3b7d9c5 default
parent child Browse files
Show More
@@ -567,8 +567,8 b' Even though the extension fails during u'
567 uisetup(ui)
567 uisetup(ui)
568 File "$TESTTMP/baduisetup.py", line 2, in uisetup
568 File "$TESTTMP/baduisetup.py", line 2, in uisetup
569 1/0
569 1/0
570 ZeroDivisionError: integer division or modulo by zero
570 ZeroDivisionError: * by zero (glob)
571 *** failed to set up extension baduisetup: integer division or modulo by zero
571 *** failed to set up extension baduisetup: * by zero (glob)
572 Mercurial Distributed SCM (version *) (glob)
572 Mercurial Distributed SCM (version *) (glob)
573 (see https://mercurial-scm.org for more information)
573 (see https://mercurial-scm.org for more information)
574
574
@@ -1772,7 +1772,7 b' Prohibit the use of unicode strings as t'
1772 > test_unicode_default_value = $TESTTMP/test_unicode_default_value.py
1772 > test_unicode_default_value = $TESTTMP/test_unicode_default_value.py
1773 > EOF
1773 > EOF
1774 $ hg -R $TESTTMP/opt-unicode-default dummy
1774 $ hg -R $TESTTMP/opt-unicode-default dummy
1775 *** failed to import extension test_unicode_default_value from $TESTTMP/test_unicode_default_value.py: unicode u'value' found in cmdtable.dummy
1775 *** failed to import extension test_unicode_default_value from $TESTTMP/test_unicode_default_value.py: unicode *'value' found in cmdtable.dummy (glob)
1776 *** (use b'' to make it byte string)
1776 *** (use b'' to make it byte string)
1777 hg: unknown command 'dummy'
1777 hg: unknown command 'dummy'
1778 (did you mean summary?)
1778 (did you mean summary?)
General Comments 0
You need to be logged in to leave comments. Login now