comparison tests/test-http.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 220a220ed088
children 8cd0159207df
comparison
equal deleted inserted replaced
25477:a372f7b4463b 25478:d19787db6fe0
117 117
118 pull 118 pull
119 119
120 $ cd copy-pull 120 $ cd copy-pull
121 $ echo '[hooks]' >> .hg/hgrc 121 $ echo '[hooks]' >> .hg/hgrc
122 $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc 122 $ echo "changegroup = printenv.py changegroup" >> .hg/hgrc
123 $ hg pull 123 $ hg pull
124 pulling from http://localhost:$HGPORT1/ 124 pulling from http://localhost:$HGPORT1/
125 searching for changes 125 searching for changes
126 adding changesets 126 adding changesets
127 adding manifests 127 adding manifests