##// END OF EJS Templates
tests: add test for empty CA certs file...
Gregory Szorc -
r29445:072e4a59 default
parent child Browse files
Show More
@@ -180,6 +180,14 b' variables in the filename'
180 searching for changes
180 searching for changes
181 no changes found
181 no changes found
182
182
183 empty cacert file
184
185 $ touch emptycafile
186 $ hg --config web.cacerts=emptycafile -R copy-pull pull
187 pulling from https://localhost:$HGPORT/
188 abort: error: * (glob)
189 [255]
190
183 cacert mismatch
191 cacert mismatch
184
192
185 $ hg -R copy-pull pull --config web.cacerts="$CERTSDIR/pub.pem" \
193 $ hg -R copy-pull pull --config web.cacerts="$CERTSDIR/pub.pem" \
General Comments 0
You need to be logged in to leave comments. Login now