Mercurial > hg
comparison tests/test-clone.t @ 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 | 95a615dd77bf |
comparison
equal
deleted
inserted
replaced
46070:8dfcebd084b6 | 46071:f4f07cc92a47 |
---|---|
623 No remote source | 623 No remote source |
624 | 624 |
625 #if windows | 625 #if windows |
626 $ hg clone http://$LOCALIP:3121/a b | 626 $ hg clone http://$LOCALIP:3121/a b |
627 abort: error: * (glob) | 627 abort: error: * (glob) |
628 [255] | 628 [100] |
629 #else | 629 #else |
630 $ hg clone http://$LOCALIP:3121/a b | 630 $ hg clone http://$LOCALIP:3121/a b |
631 abort: error: *refused* (glob) | 631 abort: error: *refused* (glob) |
632 [100] | 632 [100] |
633 #endif | 633 #endif |