remove garbage files

This commit is contained in:
naddy 2017-11-21 00:16:13 +00:00
parent ad1346ed0c
commit 61cd3e7ce5
2 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-tests_test-clonebundles_t.orig,v 1.1 2017/11/09 19:28:46 juanfra Exp $
--- tests/test-clonebundles.t.orig Wed May 3 15:20:10 2017
+++ tests/test-clonebundles.t Wed May 3 15:20:33 2017
@@ -51,7 +51,7 @@ Manifest file with invalid URL aborts
$ 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|getaddrinfo failed|No address associated with hostname|no address associated with name) (re)
abort: error applying bundle
(if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
[255]