summaryrefslogtreecommitdiff
path: root/lib/ssh/test/ssh_to_openssh_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl
index 426efbb5e3..14abd503d8 100644
--- a/lib/ssh/test/ssh_to_openssh_SUITE.erl
+++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl
@@ -168,7 +168,7 @@ exec_with_io_in_sshc(Config) when is_list(Config) ->
" -x" % Disable X forwarding
],
ExecStr),
- ct:pal("Cmd = ~p~n",[Cmd]),
+ ct:log("Cmd = ~p~n",[Cmd]),
case os:cmd(Cmd) of
"% {ok,howdy}" -> ok;
"{ok,howdy}% " -> ok; % Could happen if the client sends the piped
@@ -201,7 +201,7 @@ exec_direct_with_io_in_sshc(Config) when is_list(Config) ->
" -x" % Disable X forwarding
],
"'? '"),
- ct:pal("Cmd = ~p~n",[Cmd]),
+ ct:log("Cmd = ~p~n",[Cmd]),
case os:cmd(Cmd) of
"? {ciao,\"oaic\"}" -> ok;
"'? '{ciao,\"oaic\"}" -> ok; % WSL