# HG changeset patch # User Matt Harbison # Date 1433822522 14400 # Node ID fd1e335d98768e12d355294eafa75071216ace34 # Parent 8182163ae983a42a7f3de032bca7afd8574f6e16 test-ssh: stablize for platform-specific shell quoting Windows and OpenVMS use double quotes instead of single. diff -r 8182163ae983 -r fd1e335d9876 tests/test-ssh-bundle1.t --- a/tests/test-ssh-bundle1.t Fri Jun 05 16:30:11 2015 -0700 +++ b/tests/test-ssh-bundle1.t Tue Jun 09 00:02:02 2015 -0400 @@ -457,7 +457,7 @@ $ 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 -r 8182163ae983 -r fd1e335d9876 tests/test-ssh.t --- a/tests/test-ssh.t Fri Jun 05 16:30:11 2015 -0700 +++ b/tests/test-ssh.t Tue Jun 09 00:02:02 2015 -0400 @@ -445,7 +445,7 @@ $ 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