Mercurial > hg
changeset 40371:5a81c4aa6313
tests: glob over a difference between Windows 7 and Window 10
The error value is 11001 on Windows 10. I have no idea why it changed, but it
seems unimportant.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 18 Oct 2018 17:54:07 -0400 |
parents | 3b84ef904aea |
children | 81c80ed7c991 |
files | tests/test-clonebundles.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-clonebundles.t Thu Oct 18 18:11:16 2018 -0400 +++ b/tests/test-clonebundles.t Thu Oct 18 17:54:07 2018 -0400 @@ -54,7 +54,7 @@ $ hg clone http://localhost:$HGPORT 404-url applying clone bundle from http://does.not.exist/bundle.hg error fetching bundle: (.* not known|(\[Errno -?\d+])? No address associated with hostname) (re) (no-windows !) - error fetching bundle: [Errno 11004] getaddrinfo failed (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") [255]