comparison tests/test-bundle.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 bd625cd4e5e7
children 2fc86d92c4a9
comparison
equal deleted inserted replaced
25477:a372f7b4463b 25478:d19787db6fe0
209 store 209 store
210 210
211 Pull ../full.hg into empty (with hook) 211 Pull ../full.hg into empty (with hook)
212 212
213 $ echo "[hooks]" >> .hg/hgrc 213 $ echo "[hooks]" >> .hg/hgrc
214 $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc 214 $ echo "changegroup = printenv.py changegroup" >> .hg/hgrc
215 215
216 doesn't work (yet ?) 216 doesn't work (yet ?)
217 217
218 hg -R bundle://../full.hg verify 218 hg -R bundle://../full.hg verify
219 219