diff tests/test-push-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 2212af23c9de
line wrap: on
line diff
--- a/tests/test-push-http.t	Thu Jun 21 03:05:02 2012 +0200
+++ b/tests/test-push-http.t	Thu Jun 21 03:05:02 2012 +0200
@@ -55,7 +55,7 @@
 
   $ echo 'allow_push = *' >> .hg/hgrc
   $ echo '[hooks]' >> .hg/hgrc
-  $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup 0' >> .hg/hgrc
+  $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup 0" >> .hg/hgrc
   $ req
   pushing to http://localhost:$HGPORT/
   searching for changes