Mercurial > public > mercurial-scm > hg-stable
diff tests/printenv.py @ 17018: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 | 9c892c830a72 |
children | a372f7b4463b |
line wrap: on
line diff
--- a/tests/printenv.py Thu Jun 21 03:05:02 2012 +0200 +++ b/tests/printenv.py Thu Jun 21 03:05:02 2012 +0200 @@ -3,7 +3,7 @@ # put something like this in the repo .hg/hgrc: # # [hooks] -# changegroup = python "$TESTDIR"/printenv.py <hookname> [exit] [output] +# changegroup = python "$TESTDIR/printenv.py" <hookname> [exit] [output] # # - <hookname> is a mandatory argument (e.g. "changegroup") # - [exit] is the exit code of the hook (default: 0)