[PATCH 2 of 5] tests: fix missing (glob) annotations in test-https.t

Augie Fackler raf at durin42.com
Mon Apr 3 18:58:14 EDT 2017


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1491260168 14400
#      Mon Apr 03 18:56:08 2017 -0400
# Node ID d09d9ca15ac6dc7d04817d7fac0b717b0fefc05d
# Parent  85703af3192aeb0ddbe5d78f880c84eaf926e64c
tests: fix missing (glob) annotations in test-https.t

diff --git a/tests/test-https.t b/tests/test-https.t
--- a/tests/test-https.t
+++ b/tests/test-https.t
@@ -282,14 +282,14 @@ cacert mismatch
   > https://$LOCALIP:$HGPORT/
   pulling from https://*:$HGPORT/ (glob)
   warning: connecting to $LOCALIP using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
-  abort: $LOCALIP certificate error: certificate is for localhost
+  abort: $LOCALIP certificate error: certificate is for localhost (glob)
   (set hostsecurity.$LOCALIP:certfingerprints=sha256:20:de:b3:ad:b4:cd:a5:42:f0:74:41:1c:a2:70:1e:da:6e:c0:5c:16:9e:e7:22:0f:f1:b7:e5:6e:e4:92:af:7e config setting or use --insecure to connect insecurely)
   [255]
   $ hg -R copy-pull pull --config web.cacerts="$CERTSDIR/pub.pem" \
   > https://$LOCALIP:$HGPORT/ --insecure
   pulling from https://*:$HGPORT/ (glob)
   warning: connecting to $LOCALIP using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
-  warning: connection security to $LOCALIP is disabled per current settings; communication is susceptible to eavesdropping and tampering
+  warning: connection security to $LOCALIP is disabled per current settings; communication is susceptible to eavesdropping and tampering (glob)
   searching for changes
   no changes found
   $ hg -R copy-pull pull --config web.cacerts="$CERTSDIR/pub-other.pem"


More information about the Mercurial-devel mailing list