Skip to content
Snippets Groups Projects
Commit f4f07cc92a47 authored by Matt Harbison's avatar Matt Harbison
Browse files

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
parent 8dfcebd084b6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment