comparison tests/test-largefiles.t @ 16350:4f795f5fbb0b stable

tests: make tests work if directory contains special characters With this quoting tests will work e.g. in "/tmp/foo bar/mercurial/".
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 03 Apr 2012 19:06:35 +0200
parents 50247a7a9983
children d6a4cfefafb3
comparison
equal deleted inserted replaced
16349:425f1fbcfb94 16350:4f795f5fbb0b
841 841
842 used all HGPORTs, kill all daemons 842 used all HGPORTs, kill all daemons
843 $ "$TESTDIR/killdaemons.py" 843 $ "$TESTDIR/killdaemons.py"
844 844
845 vanilla clients locked out from largefiles ssh repos 845 vanilla clients locked out from largefiles ssh repos
846 $ hg --config extensions.largefiles=! clone -e "python $TESTDIR/dummyssh" ssh://user@dummy/r4 r5 846 $ hg --config extensions.largefiles=! clone -e 'python "$TESTDIR/dummyssh"' ssh://user@dummy/r4 r5
847 abort: remote error: 847 abort: remote error:
848 848
849 This repository uses the largefiles extension. 849 This repository uses the largefiles extension.
850 850
851 Please enable it in your Mercurial config file. 851 Please enable it in your Mercurial config file.