aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd/test/epmd_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/epmd/test/epmd_SUITE.erl')
-rw-r--r--erts/epmd/test/epmd_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/epmd/test/epmd_SUITE.erl b/erts/epmd/test/epmd_SUITE.erl
index 27de129e62..6889ec0b34 100644
--- a/erts/epmd/test/epmd_SUITE.erl
+++ b/erts/epmd/test/epmd_SUITE.erl
@@ -905,7 +905,7 @@ proxy_port() ->
ssh_proxy(SSHHost,ProxyPort) ->
?line Host = lists:nth(2,string:tokens(atom_to_list(node()),"@")),
% Requires proxy to be a unix host with the command 'read' accessible
- ?line osrun("ssh -L localhost:"++integer_to_list(ProxyPort)++":"++Host++":"
+ ?line osrun("ssh -L "++integer_to_list(ProxyPort)++":"++Host++":"
++integer_to_list(?PORT)++" "++SSHHost++" read").