tests/test-share.t
changeset 47920 9c4204b7f3e4
parent 47183 8be95673eb8a
child 48290 91f07430db8c
--- a/tests/test-share.t	Mon Aug 02 21:10:42 2021 -0400
+++ b/tests/test-share.t	Mon Aug 02 21:25:01 2021 -0400
@@ -160,7 +160,7 @@
 Cloning a shared repo via bundle2 results in a non-shared clone
 
   $ cd ..
-  $ hg clone -q --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
+  $ hg clone -q --stream ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
   $ cat ./cloned-via-bundle2/.hg/requires | grep "shared"
   [1]
   $ hg id --cwd cloned-via-bundle2 -r tip