tests/test-https.t
branchstable
changeset 13231 b335882c2f21
parent 13192 4d03707916d3
child 13314 8dc488dfcdb4
equal deleted inserted replaced
13230:827a1cc127bf 13231:b335882c2f21
   152   pulling from https://localhost:$HGPORT/
   152   pulling from https://localhost:$HGPORT/
   153   searching for changes
   153   searching for changes
   154   no changes found
   154   no changes found
   155   $ mv copy-pull/.hg/hgrc.bu copy-pull/.hg/hgrc
   155   $ mv copy-pull/.hg/hgrc.bu copy-pull/.hg/hgrc
   156 
   156 
   157 cacert configured globally
   157 cacert configured globally, also testing expansion of environment
       
   158 variables in the filename
   158 
   159 
   159   $ echo "[web]" >> $HGRCPATH
   160   $ echo "[web]" >> $HGRCPATH
   160   $ echo "cacerts=`pwd`/pub.pem" >> $HGRCPATH
   161   $ echo 'cacerts=$P/pub.pem' >> $HGRCPATH
   161   $ hg -R copy-pull pull
   162   $ P=`pwd` hg -R copy-pull pull
   162   pulling from https://localhost:$HGPORT/
   163   pulling from https://localhost:$HGPORT/
   163   searching for changes
   164   searching for changes
   164   no changes found
   165   no changes found
   165 
   166 
   166 cacert mismatch
   167 cacert mismatch