diff tests/test-http-proxy.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 f2f538725d07
children b5fe10b3c9f5
line wrap: on
line diff
--- a/tests/test-http-proxy.t	Thu Nov 12 21:56:52 2020 -0800
+++ b/tests/test-http-proxy.t	Thu Oct 22 13:31:34 2020 -0700
@@ -91,7 +91,7 @@
 
   $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
   abort: error: (Connection refused|Protocol not supported|.* actively refused it|\$EADDRNOTAVAIL\$|No route to host) (re)
-  [255]
+  [100]
 
 do not use the proxy if it is in the no list