comparison tests/test-https.t @ 25478:d19787db6fe0

tests: simplify printenv calls Make printenv executable so that we don't need python, TESTDIR, or quoting.
author Matt Mackall <mpm@selenic.com>
date Mon, 08 Jun 2015 15:10:15 -0500
parents 4d2b9b304ad0
children d6d3cf5fda6f
comparison
equal deleted inserted replaced
25477:a372f7b4463b 25478:d19787db6fe0
199 199
200 pull without cacert 200 pull without cacert
201 201
202 $ cd copy-pull 202 $ cd copy-pull
203 $ echo '[hooks]' >> .hg/hgrc 203 $ echo '[hooks]' >> .hg/hgrc
204 $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc 204 $ echo "changegroup = printenv.py changegroup" >> .hg/hgrc
205 $ hg pull $DISABLEOSXDUMMYCERT 205 $ hg pull $DISABLEOSXDUMMYCERT
206 pulling from https://localhost:$HGPORT/ 206 pulling from https://localhost:$HGPORT/
207 warning: localhost certificate with fingerprint 91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check hostfingerprints or web.cacerts config setting) 207 warning: localhost certificate with fingerprint 91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check hostfingerprints or web.cacerts config setting)
208 searching for changes 208 searching for changes
209 adding changesets 209 adding changesets