tests/test-ssh-clone-r.t
changeset 34393 fffd3369aa83
parent 33335 72f051f9a7d8
child 34661 eb586ed5d8ce
--- a/tests/test-ssh-clone-r.t	Sun Oct 01 10:17:11 2017 +0100
+++ b/tests/test-ssh-clone-r.t	Sun Oct 01 11:29:20 2017 +0100
@@ -17,7 +17,7 @@
 clone remote via stream
 
   $ for i in 0 1 2 3 4 5 6 7 8; do
-  >    hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --uncompressed -r "$i" ssh://user@dummy/remote test-"$i"
+  >    hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --stream -r "$i" ssh://user@dummy/remote test-"$i"
   >    if cd test-"$i"; then
   >       hg verify
   >       cd ..