File 1414-ssh-in-test-print-Pty_bin.patch of Package erlang

From 32bfd50cca14591e7df3a011729d98fcf0f1e62c Mon Sep 17 00:00:00 2001
From: Jakub Witczak <kuba@erlang.org>
Date: Thu, 2 Oct 2025 10:34:11 +0200
Subject: [PATCH 4/5] ssh: in test print Pty_bin

---
 lib/ssh/test/ssh_test_cli.erl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/ssh/test/ssh_test_cli.erl b/lib/ssh/test/ssh_test_cli.erl
index f96b9967d2..72902325ea 100644
--- a/lib/ssh/test/ssh_test_cli.erl
+++ b/lib/ssh/test/ssh_test_cli.erl
@@ -74,7 +74,8 @@ terminate(_Why, _S) ->
     nop.
 
 run_portprog(User, cli, TmpDir) ->
-    Pty_bin = os:find_executable("cat"), 
+    Pty_bin = os:find_executable("cat"),
+    ct:pal("Pty_bin = ~p", [Pty_bin]),
     ssh_test_lib:open_port({spawn_executable, Pty_bin},
 			   [stream,
 			    {cd, TmpDir},
-- 
2.51.0

openSUSE Build Service is sponsored by