comparison tests/test-https.t @ 45902:6da22a068281

tests: update test-https.t's #no-defaultcacertsloaded block with new exit code I'm pretty sure I broke this in https://phab.mercurial-scm.org/D9309. It was reported by the Heptapod CI. Differential Revision: https://phab.mercurial-scm.org/D9376
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 11:30:43 -0800
parents ebee234d952a
children 8f50dc096cf4
comparison
equal deleted inserted replaced
45901:bb9085ba12e6 45902:6da22a068281
50 50
51 #if no-defaultcacertsloaded 51 #if no-defaultcacertsloaded
52 $ hg clone https://localhost:$HGPORT/ copy-pull 52 $ hg clone https://localhost:$HGPORT/ copy-pull
53 (an attempt was made to load CA certificates but none were loaded; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this error) 53 (an attempt was made to load CA certificates but none were loaded; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this error)
54 abort: error: *certificate verify failed* (glob) 54 abort: error: *certificate verify failed* (glob)
55 [255] 55 [100]
56 #endif 56 #endif
57 57
58 #if defaultcacertsloaded 58 #if defaultcacertsloaded
59 $ hg clone https://localhost:$HGPORT/ copy-pull 59 $ hg clone https://localhost:$HGPORT/ copy-pull
60 (the full certificate chain may not be available locally; see "hg help debugssl") (windows !) 60 (the full certificate chain may not be available locally; see "hg help debugssl") (windows !)