diff -r 3afde791dce1 -r 34a5f6c66bc5 tests/test-https.t --- a/tests/test-https.t Thu Oct 27 20:06:33 2016 +0200 +++ b/tests/test-https.t Sat Oct 29 02:44:45 2016 +0900 @@ -203,8 +203,10 @@ pull without cacert $ cd copy-pull - $ echo '[hooks]' >> .hg/hgrc - $ echo "changegroup = printenv.py changegroup" >> .hg/hgrc + $ cat >> .hg/hgrc < [hooks] + > changegroup = sh -c "printenv.py changegroup" + > EOF $ hg pull $DISABLECACERTS pulling from https://localhost:$HGPORT/ warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)