Mercurial > hg
changeset 25486:fd1e335d9876
test-ssh: stablize for platform-specific shell quoting
Windows and OpenVMS use double quotes instead of single.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 09 Jun 2015 00:02:02 -0400 |
parents | 8182163ae983 |
children | f7b8b4ae2d25 |
files | tests/test-ssh-bundle1.t tests/test-ssh.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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