diff tests/test-clonebundles.t @ 32079:76ed60630dd5 stable

tests: fix two http tests to also pass inside manylinux1 docker This will let us build Linux wheels.
author Boris Feld <boris.feld@octobus.net>
date Tue, 25 Apr 2017 16:50:01 +0200
parents a520aefb96f1
children 3d488079750b
line wrap: on
line diff
--- a/tests/test-clonebundles.t	Fri Apr 28 20:51:14 2017 +0900
+++ b/tests/test-clonebundles.t	Tue Apr 25 16:50:01 2017 +0200
@@ -61,7 +61,7 @@
   $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
   $ hg clone http://localhost:$HGPORT server-not-runner
   applying clone bundle from http://localhost:$HGPORT1/bundle.hg
-  error fetching bundle: (.* refused.*|Protocol not supported) (re)
+  error fetching bundle: (.* refused.*|Protocol not supported|Cannot assign requested address) (re)
   abort: error applying bundle
   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
   [255]