comparison 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
comparison
equal deleted inserted replaced
17017:953faba28e91 17018:e7fdfc702d9f
64 check for HTTP opener failures when cachefile does not exist 64 check for HTTP opener failures when cachefile does not exist
65 65
66 $ rm .hg/cache/* 66 $ rm .hg/cache/*
67 $ cd ../local 67 $ cd ../local
68 $ echo '[hooks]' >> .hg/hgrc 68 $ echo '[hooks]' >> .hg/hgrc
69 $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup' >> .hg/hgrc 69 $ echo "changegroup = python \"$TESTDIR/printenv.py\" changegroup" >> .hg/hgrc
70 $ hg pull 70 $ hg pull
71 pulling from static-http://localhost:$HGPORT/remote 71 pulling from static-http://localhost:$HGPORT/remote
72 searching for changes 72 searching for changes
73 adding changesets 73 adding changesets
74 adding manifests 74 adding manifests