##// END OF EJS Templates
test-ssh: stabilize for Windows...
Matt Harbison -
r35500:1853c867 @12 default
parent child Browse files
Show More
@@ -603,12 +603,12 b' test that custom environment is passed d'
603 > echo \$VAR >&2
603 > echo \$VAR >&2
604 > EOF
604 > EOF
605 $ chmod +x dumpenv
605 $ chmod +x dumpenv
606 $ hg pull ssh://something --config ui.ssh="./dumpenv"
606 $ hg pull ssh://something --config ui.ssh="sh dumpenv"
607 pulling from ssh://something/
607 pulling from ssh://something/
608 remote:
608 remote:
609 abort: no suitable response from remote hg!
609 abort: no suitable response from remote hg!
610 [255]
610 [255]
611 $ hg pull ssh://something --config ui.ssh="./dumpenv" --config sshenv.VAR=17
611 $ hg pull ssh://something --config ui.ssh="sh dumpenv" --config sshenv.VAR=17
612 pulling from ssh://something/
612 pulling from ssh://something/
613 remote: 17
613 remote: 17
614 abort: no suitable response from remote hg!
614 abort: no suitable response from remote hg!
General Comments 0
You need to be logged in to leave comments. Login now