tests/test-clonebundles.t
changeset 32679 3d488079750b
parent 32079 76ed60630dd5
child 32940 75be14993fda
--- a/tests/test-clonebundles.t	Sun Jun 04 20:11:59 2017 -0400
+++ b/tests/test-clonebundles.t	Sun Jun 04 20:37:32 2017 -0400
@@ -51,7 +51,8 @@
   $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
   $ hg clone http://localhost:$HGPORT 404-url
   applying clone bundle from http://does.not.exist/bundle.hg
-  error fetching bundle: (.* not known|getaddrinfo failed|No address associated with hostname) (re)
+  error fetching bundle: (.* not known|No address associated with hostname) (re) (no-windows !)
+  error fetching bundle: [Errno 11004] getaddrinfo failed (windows !)
   abort: error applying bundle
   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
   [255]