##// END OF EJS Templates
tests: add "(glob)" for l10n messages in test-clone.t for Windows...
FUJIWARA Katsunori -
r23059:6ecd1ff8 stable
parent child Browse files
Show More
@@ -555,9 +555,15 b' No local source'
555
555
556 No remote source
556 No remote source
557
557
558 #if windows
559 $ hg clone http://127.0.0.1:3121/a b
560 abort: error: * (glob)
561 [255]
562 #else
558 $ hg clone http://127.0.0.1:3121/a b
563 $ hg clone http://127.0.0.1:3121/a b
559 abort: error: *refused* (glob)
564 abort: error: *refused* (glob)
560 [255]
565 [255]
566 #endif
561 $ rm -rf b # work around bug with http clone
567 $ rm -rf b # work around bug with http clone
562
568
563
569
General Comments 0
You need to be logged in to leave comments. Login now