tests/test-check-py3-commands.t
changeset 30305 af7c60988f6e
parent 30129 d69d86e7d6c8
child 30348 9df29b7c62cf
--- a/tests/test-check-py3-commands.t	Sun Nov 06 04:10:33 2016 +0530
+++ b/tests/test-check-py3-commands.t	Sun Nov 06 04:17:19 2016 +0530
@@ -9,6 +9,6 @@
   >   $PYTHON3 `which hg` $cmd 2>&1 2>&1 | tail -1
   > done
   version
-  TypeError: str expected, not bytes
+  TypeError: startswith first arg must be str or a tuple of str, not bytes
   debuginstall
-  TypeError: str expected, not bytes
+  TypeError: startswith first arg must be str or a tuple of str, not bytes