##// END OF EJS Templates
tests: increase test-https malform error glob...
Durham Goode -
r29356:93b83ef7 default
parent child Browse files
Show More
@@ -63,7 +63,7 b' A malformed per-host certificate file wi'
63
63
64 $ echo baddata > badca.pem
64 $ echo baddata > badca.pem
65 $ hg --config hostsecurity.localhost:verifycertsfile=badca.pem clone https://localhost:$HGPORT/
65 $ hg --config hostsecurity.localhost:verifycertsfile=badca.pem clone https://localhost:$HGPORT/
66 abort: error: unknown error* (glob)
66 abort: error: * (glob)
67 [255]
67 [255]
68
68
69 A per-host certificate mismatching the server will fail verification
69 A per-host certificate mismatching the server will fail verification
General Comments 0
You need to be logged in to leave comments. Login now