diff tests/test-http-permissions.t @ 45839:ebee234d952a

errors: set detailed exit code to 100 for some remote errors This is per https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan. Differential Revision: https://phab.mercurial-scm.org/D9309
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 22 Oct 2020 13:31:34 -0700
parents c3491d3f8984
children 9acbe30953e8
line wrap: on
line diff
--- a/tests/test-http-permissions.t	Thu Nov 12 21:56:52 2020 -0800
+++ b/tests/test-http-permissions.t	Thu Oct 22 13:31:34 2020 -0700
@@ -874,13 +874,13 @@
   searching for changes
   no changes found
   abort: HTTP Error 403: ssl required
-  [255]
+  [100]
 
   $ hg --cwd ../test2 push http://localhost:$HGPORT/
   pushing to http://localhost:$HGPORT/
   searching for changes
   abort: HTTP Error 403: ssl required
-  [255]
+  [100]
 
   $ killdaemons.py