comparison tests/test-largefiles.t @ 16541:bb3334806ace stable

tests: quote dummyssh in a way that works on windows too Don't depend on $environmentvariableexpansion and 'quote' handling in system()
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 28 Apr 2012 02:00:04 +0200
parents 597ddcb41b32
children 43fb170a23bd ebd2ead59f1c
comparison
equal deleted inserted replaced
16540:4fe8eb4a6e2c 16541:bb3334806ace
879 879
880 used all HGPORTs, kill all daemons 880 used all HGPORTs, kill all daemons
881 $ "$TESTDIR/killdaemons.py" 881 $ "$TESTDIR/killdaemons.py"
882 882
883 vanilla clients locked out from largefiles ssh repos 883 vanilla clients locked out from largefiles ssh repos
884 $ hg --config extensions.largefiles=! clone -e 'python "$TESTDIR/dummyssh"' ssh://user@dummy/r4 r5 884 $ hg --config extensions.largefiles=! clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/r4 r5
885 abort: remote error: 885 abort: remote error:
886 886
887 This repository uses the largefiles extension. 887 This repository uses the largefiles extension.
888 888
889 Please enable it in your Mercurial config file. 889 Please enable it in your Mercurial config file.