tests/test-lfs-serve-access.t
branchstable
changeset 52031 f8c18a5a345b
parent 50725 7e5be4a7cda7
child 52087 888e00b2c3ee
--- a/tests/test-lfs-serve-access.t	Wed Oct 23 13:49:54 2024 +0200
+++ b/tests/test-lfs-serve-access.t	Wed Oct 23 14:02:28 2024 +0200
@@ -84,6 +84,7 @@
 
   $ hg -R httpclone update default --config lfs.url=http://localhost:$HGPORT2/missing
   abort: LFS error: *onnection *refused* (glob) (?)
+  abort: LFS error: $ECONNREFUSED$ (?)
   abort: LFS error: $EADDRNOTAVAIL$ (glob) (?)
   abort: LFS error: No route to host (?)
   (the "lfs.url" config may be used to override http://localhost:$HGPORT2/missing)
@@ -364,6 +365,7 @@
       self.do_write()
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
+                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (py312 !)
       for r in self._runwsgi(req, res, repo):
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (py311 !)
       handled = wireprotoserver.handlewsgirequest( (py38 !)