tests/test-clonebundles.t
changeset 51978 73a43fe3e6fd
parent 51524 077d5a784c58
child 52012 aa7f4a45d8fa
--- a/tests/test-clonebundles.t	Sat Oct 05 17:32:26 2024 -0400
+++ b/tests/test-clonebundles.t	Tue Oct 01 21:34:44 2024 -0400
@@ -78,7 +78,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|(.* )?\$EADDRNOTAVAIL\$|.* No route to host) (re)
+  error fetching bundle: (.*\$ECONNREFUSED\$|Protocol not supported|(.* )?\$EADDRNOTAVAIL\$|.* No route to host) (re)
   abort: error applying bundle
   (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
   [255]