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.
This commit is contained in:
FUJIWARA Katsunori 2014-10-20 22:08:08 +09:00
parent 7b2b4035f5
commit 31d0ede415

View File

@ -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