tests/test-clonebundles.t
changeset 33335 72f051f9a7d8
parent 33286 2428e8ec0793
child 34322 10e162bb9bf5
--- a/tests/test-clonebundles.t	Mon Jun 26 15:28:28 2017 -0700
+++ b/tests/test-clonebundles.t	Fri Jul 07 01:05:20 2017 -0400
@@ -69,7 +69,7 @@
 
 Server returns 404
 
-  $ $PYTHON $TESTDIR/dumbhttp.py -p $HGPORT1 --pid http.pid
+  $ "$PYTHON" $TESTDIR/dumbhttp.py -p $HGPORT1 --pid http.pid
   $ cat http.pid >> $DAEMON_PIDS
   $ hg clone http://localhost:$HGPORT running-404
   applying clone bundle from http://localhost:$HGPORT1/bundle.hg
@@ -197,7 +197,7 @@
 
 Feature works over SSH
 
-  $ hg clone -U -e "$PYTHON \"$TESTDIR/dummyssh\"" ssh://user@dummy/server ssh-full-clone
+  $ hg clone -U -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/server ssh-full-clone
   applying clone bundle from http://localhost:$HGPORT1/full.hg
   adding changesets
   adding manifests