Mercurial > public > mercurial-scm > hg-stable
diff tests/test-ssh.t @ 53008:4d2b496cb7b8
cleanup: remove usage of the `reposimplestore` condition in test
Same rational as the parent changeset.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 21 Feb 2025 22:16:48 -0500 |
parents | ca17d31624ac |
children |
line wrap: on
line diff
--- a/tests/test-ssh.t Fri Feb 21 22:05:59 2025 -0500 +++ b/tests/test-ssh.t Fri Feb 21 22:16:48 2025 -0500 @@ -50,8 +50,6 @@ clone remote via stream -#if no-reposimplestore - $ hg clone --stream ssh://user@dummy/remote local-stream streaming all changes * files to transfer, * bytes of data (glob) @@ -79,8 +77,6 @@ $ cd $TESTTMP $ rm -rf local-stream stream2 -#endif - clone remote via pull $ hg clone ssh://user@dummy/remote local @@ -551,9 +547,9 @@ Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio Got arguments 1:user@dummy 2:hg -R $TESTTMP/nonexistent serve --stdio Got arguments 1:user@dummy 2:hg -R remote serve --stdio - Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !) - Got arguments 1:user@dummy 2:hg -R remote serve --stdio (no-reposimplestore !) - Got arguments 1:user@dummy 2:hg -R remote serve --stdio (no-reposimplestore !) + Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio + Got arguments 1:user@dummy 2:hg -R remote serve --stdio + Got arguments 1:user@dummy 2:hg -R remote serve --stdio Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio Got arguments 1:user@dummy 2:hg -R remote serve --stdio Got arguments 1:user@dummy 2:hg -R local serve --stdio