changeset 46071:f4f07cc92a47

tests: update the exit status codes for Windows specific tests This corresponds to 527ce85c2e60, ebee234d952a, and 568c05d8f3d2. Differential Revision: https://phab.mercurial-scm.org/D9538
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 07 Dec 2020 20:57:50 -0500
parents 8dfcebd084b6
children 69429972ff1f
files tests/test-casecollision-merge.t tests/test-clone.t tests/test-split.t
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-casecollision-merge.t	Mon Dec 07 20:53:01 2020 -0500
+++ b/tests/test-casecollision-merge.t	Mon Dec 07 20:57:50 2020 -0500
@@ -332,7 +332,7 @@
 
   $ hg update --check
   abort: uncommitted changes
-  [255]
+  [20]
 
   $ hg update --clean
   1 files updated, 0 files merged, 1 files removed, 0 files unresolved
--- a/tests/test-clone.t	Mon Dec 07 20:53:01 2020 -0500
+++ b/tests/test-clone.t	Mon Dec 07 20:57:50 2020 -0500
@@ -625,7 +625,7 @@
 #if windows
   $ hg clone http://$LOCALIP:3121/a b
   abort: error: * (glob)
-  [255]
+  [100]
 #else
   $ hg clone http://$LOCALIP:3121/a b
   abort: error: *refused* (glob)
--- a/tests/test-split.t	Mon Dec 07 20:53:01 2020 -0500
+++ b/tests/test-split.t	Mon Dec 07 20:57:50 2020 -0500
@@ -787,7 +787,7 @@
 
   $ printf 'y\ny\ny\n' | hg split
   abort: cannot split an empty revision
-  [255]
+  [10]
 #endif
 
 Test that splitting moves works properly (issue5723)