diff 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
line wrap: on
line diff
--- a/tests/test-largefiles.t	Sat Apr 28 01:55:39 2012 +0200
+++ b/tests/test-largefiles.t	Sat Apr 28 02:00:04 2012 +0200
@@ -881,7 +881,7 @@
   $ "$TESTDIR/killdaemons.py"
 
 vanilla clients locked out from largefiles ssh repos
-  $ hg --config extensions.largefiles=! clone -e 'python "$TESTDIR/dummyssh"' ssh://user@dummy/r4 r5
+  $ hg --config extensions.largefiles=! clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/r4 r5
   abort: remote error:
   
   This repository uses the largefiles extension.