diff tests/test-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 3e2d8120528b
line wrap: on
line diff
--- a/tests/test-http.t	Thu Jun 21 03:05:02 2012 +0200
+++ b/tests/test-http.t	Thu Jun 21 03:05:02 2012 +0200
@@ -93,7 +93,7 @@
 
   $ cd copy-pull
   $ 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 http://localhost:$HGPORT1/
   searching for changes