Submitter | Katsunori FUJIWARA |
---|---|
Date | Oct. 20, 2014, 1:27 p.m. |
Message ID | <0d35f78a9e27433ad620.1413811623@juju> |
Download | mbox | patch |
Permalink | /patch/6425/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-clone.t b/tests/test-clone.t --- a/tests/test-clone.t +++ b/tests/test-clone.t @@ -555,9 +555,15 @@ No local source No remote source +#if windows + $ hg clone http://127.0.0.1:3121/a b + abort: error: * (glob) + [255] +#else $ hg clone http://127.0.0.1:3121/a b abort: error: *refused* (glob) [255] +#endif $ rm -rf b # work around bug with http clone