tests/test-status-color.t
changeset 46262 9c9e0b4b2ca7
parent 40097 34d9846023e6
child 48335 b7fde9237c92
--- a/tests/test-status-color.t	Wed Jan 13 22:37:21 2021 -0800
+++ b/tests/test-status-color.t	Thu Jan 14 11:53:55 2021 -0800
@@ -394,7 +394,7 @@
   $ hg unknowncommand > /dev/null
   hg: unknown command 'unknowncommand'
   (use 'hg help' for a list of commands)
-  [255]
+  [10]
 
 color coding of error message without curses
 
@@ -402,6 +402,6 @@
   $ PYTHONPATH=`pwd`:$PYTHONPATH hg unknowncommand > /dev/null
   hg: unknown command 'unknowncommand'
   (use 'hg help' for a list of commands)
-  [255]
+  [10]
 
   $ cd ..