diff tests/test-static-http.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 35b255e474d9
children 95c4cca641f6
line wrap: on
line diff
--- a/tests/test-static-http.t	Thu Nov 12 21:56:52 2020 -0800
+++ b/tests/test-static-http.t	Thu Oct 22 13:31:34 2020 -0700
@@ -2,7 +2,7 @@
 
   $ hg clone http://localhost:$HGPORT/ copy
   abort: * (glob)
-  [255]
+  [100]
   $ test -d copy
   [1]