comparison tests/test-static-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 8c14f87bd0ae
children f1d46075b13a
comparison
equal deleted inserted replaced
25477:a372f7b4463b 25478:d19787db6fe0
58 check for HTTP opener failures when cachefile does not exist 58 check for HTTP opener failures when cachefile does not exist
59 59
60 $ rm .hg/cache/* 60 $ rm .hg/cache/*
61 $ cd ../local 61 $ cd ../local
62 $ echo '[hooks]' >> .hg/hgrc 62 $ echo '[hooks]' >> .hg/hgrc
63 $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc 63 $ echo "changegroup = printenv.py changegroup" >> .hg/hgrc
64 $ hg pull 64 $ hg pull
65 pulling from static-http://localhost:$HGPORT/remote 65 pulling from static-http://localhost:$HGPORT/remote
66 searching for changes 66 searching for changes
67 adding changesets 67 adding changesets
68 adding manifests 68 adding manifests