[Python-apps-commits] r13475 - in packages/mercurial/trunk/debian/patches (1 file)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Aug 7 10:31:08 UTC 2016


    Date: Sunday, August 7, 2016 @ 10:31:07
  Author: vicho
Revision: 13475

fix https test with new optional dependencies

Modified:
  packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies

Modified: packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies
===================================================================
--- packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies	2016-08-07 10:10:11 UTC (rev 13474)
+++ packages/mercurial/trunk/debian/patches/deb_specific__optional-dependencies	2016-08-07 10:31:07 UTC (rev 13475)
@@ -168,3 +168,14 @@
              elif s['allowloaddefaultcerts']:
                  # CAs not defined in config. Try to find system bundles.
                  cafile = _defaultcacerts(ui)
+--- a/tests/test-https.t
++++ b/tests/test-https.t
+@@ -29,7 +29,7 @@ cacert not found
+ 
+   $ hg in --config web.cacerts=no-such.pem https://localhost:$HGPORT/
+   warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
+-  abort: could not find web.cacerts: no-such.pem
++  abort: could not find web.cacerts: no-such.pem (try installing the ca-certificates package)
+   [255]
+ 
+ Test server address cannot be reused




More information about the Python-apps-commits mailing list