--- a/tests/test-status-color.t Tue Jul 24 22:51:11 2018 -0700
+++ b/tests/test-status-color.t Tue Jul 24 10:22:07 2018 -0700
@@ -393,6 +393,7 @@
$ hg unknowncommand > /dev/null
hg: unknown command 'unknowncommand'
+ (use 'hg help' for a list of commands)
[255]
color coding of error message without curses
@@ -400,6 +401,7 @@
$ echo 'raise ImportError' > curses.py
$ PYTHONPATH=`pwd`:$PYTHONPATH hg unknowncommand > /dev/null
hg: unknown command 'unknowncommand'
+ (use 'hg help' for a list of commands)
[255]
$ cd ..