Mercurial > public > mercurial-scm > hg-stable
diff tests/test-static-http.t @ 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 | e0d9a3bfe406 |
line wrap: on
line diff
--- a/tests/test-static-http.t Thu Jun 21 03:05:02 2012 +0200 +++ b/tests/test-static-http.t Thu Jun 21 03:05:02 2012 +0200 @@ -66,7 +66,7 @@ $ rm .hg/cache/* $ cd ../local $ echo '[hooks]' >> .hg/hgrc - $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup' >> .hg/hgrc + $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc $ hg pull pulling from static-http://localhost:$HGPORT/remote searching for changes