##// END OF EJS Templates
tests: glob over a difference between Windows 7 and Window 10...
Matt Harbison -
r40407:5a81c4aa default
parent child Browse files
Show More
@@ -54,7 +54,7 b' Manifest file with invalid URL aborts'
54 54 $ hg clone http://localhost:$HGPORT 404-url
55 55 applying clone bundle from http://does.not.exist/bundle.hg
56 56 error fetching bundle: (.* not known|(\[Errno -?\d+])? No address associated with hostname) (re) (no-windows !)
57 error fetching bundle: [Errno 11004] getaddrinfo failed (windows !)
57 error fetching bundle: [Errno 1100*] getaddrinfo failed (glob) (windows !)
58 58 abort: error applying bundle
59 59 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
60 60 [255]
General Comments 0
You need to be logged in to leave comments. Login now