# HG changeset patch # User Augie Fackler # Date 1585231757 14400 # Node ID 4dacd0cef146b15b72ccac4aed5758e7268ea334 # Parent 947e6df4ff77c114b7b8102e651d705f8bc1a751 tests: handle new error string from FreeBSD for dns entry not resolving Differential Revision: https://phab.mercurial-scm.org/D8333 diff -r 947e6df4ff77 -r 4dacd0cef146 tests/test-clonebundles.t --- a/tests/test-clonebundles.t Wed Feb 26 22:35:39 2020 +0100 +++ b/tests/test-clonebundles.t Thu Mar 26 10:09:17 2020 -0400 @@ -53,7 +53,7 @@ $ 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|(\[Errno -?\d+] )?([Nn]o address associated with (host)?name|Temporary failure in name resolution)) (re) (no-windows !) + error fetching bundle: (.* not known|(\[Errno -?\d+] )?([Nn]o address associated with (host)?name|Temporary failure in name resolution|Name does not resolve)) (re) (no-windows !) error fetching bundle: [Errno 1100*] getaddrinfo failed (glob) (windows !) abort: error applying bundle (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")