diff -r 6ef3107c661e -r f2719b387380 tests/test-pull.t --- a/tests/test-pull.t Mon Jun 11 01:38:32 2012 +0200 +++ b/tests/test-pull.t Mon Jun 11 01:40:51 2012 +0200 @@ -88,3 +88,5 @@ $ URL=`python -c "import os; print 'file://localhost' + ('/' + os.getcwd().replace(os.sep, '/')).replace('//', '/') + '/../test'"` $ hg pull -q "$URL" + + $ cd ..