tests/test-extension.t
changeset 39190 68b6383a840a
parent 39112 f2e645dc6a67
child 39221 d7ac6dafc609
--- a/tests/test-extension.t	Sat Aug 18 14:03:11 2018 -0400
+++ b/tests/test-extension.t	Sat Aug 18 15:15:04 2018 -0400
@@ -1255,8 +1255,10 @@
   >     pass
   > EOF
   $ hg --config extensions.path=./path.py help foo > /dev/null
-  abort: no such help topic: foo
-  (try 'hg help --keyword foo')
+  abort: no such help topic: foo (no-windows !)
+  (try 'hg help --keyword foo') (no-windows !)
+  \x1b[0;31mabort: no such help topic: foo\x1b[0m (esc) (windows !)
+  \x1b[0;31m(try 'hg help --keyword foo')\x1b[0m (esc) (windows !)
   [255]
 
   $ cat > throw.py <<EOF