We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72857c2 commit 32bfd50Copy full SHA for 32bfd50
lib/ssh/test/ssh_test_cli.erl
@@ -74,7 +74,8 @@ terminate(_Why, _S) ->
74
nop.
75
76
run_portprog(User, cli, TmpDir) ->
77
- Pty_bin = os:find_executable("cat"),
+ Pty_bin = os:find_executable("cat"),
78
+ ct:pal("Pty_bin = ~p", [Pty_bin]),
79
ssh_test_lib:open_port({spawn_executable, Pty_bin},
80
[stream,
81
{cd, TmpDir},
0 commit comments