Skip to content

Commit 32bfd50

Browse files
committed
ssh: in test print Pty_bin
1 parent 72857c2 commit 32bfd50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ssh/test/ssh_test_cli.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ terminate(_Why, _S) ->
7474
nop.
7575

7676
run_portprog(User, cli, TmpDir) ->
77-
Pty_bin = os:find_executable("cat"),
77+
Pty_bin = os:find_executable("cat"),
78+
ct:pal("Pty_bin = ~p", [Pty_bin]),
7879
ssh_test_lib:open_port({spawn_executable, Pty_bin},
7980
[stream,
8081
{cd, TmpDir},

0 commit comments

Comments
 (0)