Mercurial > hg-stable
changeset 23059:6ecd1ff8c42c stable
tests: add "(glob)" for l10n messages in test-clone.t for Windows
This patch follows the style of other tests avoiding same kind of issue.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Mon, 20 Oct 2014 22:08:08 +0900 |
parents | 6099b518643c |
children | 4eaea93b3e5b |
files | tests/test-clone.t |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-clone.t Mon Oct 20 22:08:08 2014 +0900 +++ b/tests/test-clone.t Mon Oct 20 22:08:08 2014 +0900 @@ -555,9 +555,15 @@ 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