test-bundle: enable for Windows
authorAdrian Buehlmann <adrian@cadifra.com>
Sun, 10 Jun 2012 17:35:09 +0200
changeset 16903 a1a57d3fe0eb
parent 16902 7f1cec2f63ab
child 16904 9d0f988364bd
test-bundle: enable for Windows
tests/test-bundle.t
--- a/tests/test-bundle.t	Sun Jun 10 17:10:53 2012 +0200
+++ b/tests/test-bundle.t	Sun Jun 10 17:35:09 2012 +0200
@@ -1,5 +1,3 @@
-  $ "$TESTDIR/hghave" system-sh || exit 80
-
 Setting up test
 
   $ hg init test
@@ -207,8 +205,8 @@
 
 Pull ../full.hg into empty (with hook)
 
-  $ echo '[hooks]' >> .hg/hgrc
-  $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup' >> .hg/hgrc
+  $ echo "[hooks]" >> .hg/hgrc
+  $ echo "changegroup = python \"$TESTDIR\"/printenv.py changegroup" >> .hg/hgrc
 
 doesn't work (yet ?)
 
@@ -386,7 +384,7 @@
 Outgoing -R does-not-exist.hg vs partial2 in partial
 
   $ hg -R bundle://../does-not-exist.hg outgoing ../partial2
-  abort: *: ../does-not-exist.hg (glob)
+  abort: *../does-not-exist.hg* (glob)
   [255]
   $ cd ..