diff -r 425f1fbcfb94 -r 4f795f5fbb0b tests/test-subrepo-recursion.t --- a/tests/test-subrepo-recursion.t Tue Apr 03 16:36:25 2012 +0200 +++ b/tests/test-subrepo-recursion.t Tue Apr 03 19:06:35 2012 +0200 @@ -262,7 +262,7 @@ Test archiving to a directory tree (the doubled lines in the output only show up in the test output, not in real usage): - $ hg archive --subrepos ../archive 2>&1 | $TESTDIR/filtercr.py + $ hg archive --subrepos ../archive 2>&1 | "$TESTDIR/filtercr.py" archiving [ ] 0/3 archiving [ ] 0/3 @@ -302,7 +302,7 @@ Test archiving to zip file (unzip output is unstable): - $ hg archive --subrepos ../archive.zip 2>&1 | $TESTDIR/filtercr.py + $ hg archive --subrepos ../archive.zip 2>&1 | "$TESTDIR/filtercr.py" archiving [ ] 0/3 archiving [ ] 0/3 @@ -333,7 +333,7 @@ $ hg clone -U . ../empty $ cd ../empty - $ hg archive --subrepos -r tip ../archive.tar.gz 2>&1 | $TESTDIR/filtercr.py + $ hg archive --subrepos -r tip ../archive.tar.gz 2>&1 | "$TESTDIR/filtercr.py" archiving [ ] 0/3 archiving [ ] 0/3