# HG changeset patch # User Matt Harbison # Date 2015-06-09 04:02:02 # Node ID fd1e335d98768e12d355294eafa75071216ace34 # Parent 8182163ae983a42a7f3de032bca7afd8574f6e16 test-ssh: stablize for platform-specific shell quoting Windows and OpenVMS use double quotes instead of single. diff --git a/tests/test-ssh-bundle1.t b/tests/test-ssh-bundle1.t --- a/tests/test-ssh-bundle1.t +++ b/tests/test-ssh-bundle1.t @@ -457,7 +457,7 @@ debug output $ hg pull --debug ssh://user@dummy/remote pulling from ssh://user@dummy/remote - running dummyssh user@dummy 'hg -R remote serve --stdio' + running dummyssh user@dummy ('|")hg -R remote serve --stdio('|") (re) sending hello command sending between command remote: 286 diff --git a/tests/test-ssh.t b/tests/test-ssh.t --- a/tests/test-ssh.t +++ b/tests/test-ssh.t @@ -445,7 +445,7 @@ debug output $ hg pull --debug ssh://user@dummy/remote pulling from ssh://user@dummy/remote - running dummyssh user@dummy 'hg -R remote serve --stdio' + running dummyssh user@dummy ('|")hg -R remote serve --stdio('|") (re) sending hello command sending between command remote: 286