##// END OF EJS Templates
tests: update the exit status codes for Windows specific tests...
Matt Harbison -
r46688:f4f07cc9 default
parent child Browse files
Show More
@@ -332,7 +332,7 b' test for rename awareness of case-foldin'
332 332
333 333 $ hg update --check
334 334 abort: uncommitted changes
335 [255]
335 [20]
336 336
337 337 $ hg update --clean
338 338 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
@@ -625,7 +625,7 b' No remote source'
625 625 #if windows
626 626 $ hg clone http://$LOCALIP:3121/a b
627 627 abort: error: * (glob)
628 [255]
628 [100]
629 629 #else
630 630 $ hg clone http://$LOCALIP:3121/a b
631 631 abort: error: *refused* (glob)
@@ -787,7 +787,7 b' TODO: Fix this on Windows. See issue 202'
787 787
788 788 $ printf 'y\ny\ny\n' | hg split
789 789 abort: cannot split an empty revision
790 [255]
790 [10]
791 791 #endif
792 792
793 793 Test that splitting moves works properly (issue5723)
General Comments 0
You need to be logged in to leave comments. Login now