[PATCH] test-bundle: enable for Windows

Adrian Buehlmann adrian at cadifra.com
Fri Jun 1 07:53:22 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1338554850 -7200
# Node ID 0fe6a3ee9cef0d1ec17dc091a22d49505ef141e9
# Parent  11186ea1f83bdb20630bba6d70e02d41202a7fc1
test-bundle: enable for Windows

diff --git a/tests/test-bundle.t b/tests/test-bundle.t
--- a/tests/test-bundle.t
+++ b/tests/test-bundle.t
@@ -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 ..
 


More information about the Mercurial-devel mailing list