Mercurial > hg > mercurial-source
diff tests/test-bundle.t @ 17006:e7fdfc702d9f
tests: consistently use printenv.py the same MSYS/Windows-compatible way
This will remove some reasons some tests are disabled on Windows.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 21 Jun 2012 03:05:02 +0200 |
parents | 73d20de5f30b |
children | 36a3016811d1 |
line wrap: on
line diff
--- a/tests/test-bundle.t +++ b/tests/test-bundle.t @@ -206,7 +206,7 @@ Pull ../full.hg into empty (with hook) $ echo "[hooks]" >> .hg/hgrc - $ echo "changegroup = python \"$TESTDIR\"/printenv.py changegroup" >> .hg/hgrc + $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc doesn't work (yet ?)