##// END OF EJS Templates
tests: handle getaddrinfo reporting "No address associated with hostname"...
Mads Kiilerich -
r28527:2707cce2 default
parent child Browse files
Show More
@@ -52,7 +52,7 b' Manifest file with invalid URL aborts'
52 $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
52 $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
53 $ hg clone http://localhost:$HGPORT 404-url
53 $ hg clone http://localhost:$HGPORT 404-url
54 applying clone bundle from http://does.not.exist/bundle.hg
54 applying clone bundle from http://does.not.exist/bundle.hg
55 error fetching bundle: (.* not known|getaddrinfo failed) (re)
55 error fetching bundle: (.* not known|getaddrinfo failed|No address associated with hostname) (re)
56 abort: error applying bundle
56 abort: error applying bundle
57 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
57 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
58 [255]
58 [255]
General Comments 0
You need to be logged in to leave comments. Login now