tests/test-ssh.t
changeset 35484 1853c8677160
parent 35436 31d21309635b
child 35699 f7ef49e44d7c
--- a/tests/test-ssh.t	Fri Dec 22 21:19:29 2017 +0900
+++ b/tests/test-ssh.t	Sat Dec 16 18:58:02 2017 -0500
@@ -603,12 +603,12 @@
   > echo \$VAR >&2
   > EOF
   $ chmod +x dumpenv
-  $ hg pull ssh://something --config ui.ssh="./dumpenv"
+  $ hg pull ssh://something --config ui.ssh="sh dumpenv"
   pulling from ssh://something/
   remote: 
   abort: no suitable response from remote hg!
   [255]
-  $ hg pull ssh://something --config ui.ssh="./dumpenv" --config sshenv.VAR=17
+  $ hg pull ssh://something --config ui.ssh="sh dumpenv" --config sshenv.VAR=17
   pulling from ssh://something/
   remote: 17
   abort: no suitable response from remote hg!