Mercurial > hg
changeset 16903:a1a57d3fe0eb
test-bundle: enable for Windows
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 10 Jun 2012 17:35:09 +0200 |
parents | 7f1cec2f63ab |
children | 9d0f988364bd |
files | tests/test-bundle.t |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 ..