Mercurial > public > mercurial-scm > hg-stable
diff tests/test-https.t @ 31769:bdcaf612e75a
tests: add globs for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 01 Apr 2017 14:48:39 -0400 |
parents | aff7b32b3c05 |
children | 49e9124cfc23 |
line wrap: on
line diff
--- a/tests/test-https.t Fri Mar 24 19:19:00 2017 -0700 +++ b/tests/test-https.t Sat Apr 01 14:48:39 2017 -0400 @@ -97,11 +97,12 @@ [255] #endif -Specifying a per-host certificate file that doesn't exist will abort +Specifying a per-host certificate file that doesn't exist will abort. The full +C:/path/to/msysroot will print on Windows. $ hg --config hostsecurity.localhost:verifycertsfile=/does/not/exist clone 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: path specified by hostsecurity.localhost:verifycertsfile does not exist: /does/not/exist + abort: path specified by hostsecurity.localhost:verifycertsfile does not exist: */does/not/exist (glob) [255] A malformed per-host certificate file will raise an error