Mercurial > public > mercurial-scm > hg
diff tests/test-bundle.t @ 13405:682edefe7dbb
tests: use printenv.py where it is - don't copy it around
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 15 Feb 2011 02:17:43 +0100 |
parents | d747774ca9da |
children | d724a69309e0 |
line wrap: on
line diff
--- a/tests/test-bundle.t Tue Feb 15 01:05:32 2011 +0100 +++ b/tests/test-bundle.t Tue Feb 15 02:17:43 2011 +0100 @@ -1,5 +1,3 @@ - $ cp "$TESTDIR"/printenv.py . - Setting up test $ hg init test @@ -199,7 +197,7 @@ Pull ../full.hg into empty (with hook) $ echo '[hooks]' >> .hg/hgrc - $ echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc + $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup' >> .hg/hgrc doesn't work (yet ?)