File 0918-inets-Cuddle-test-case.patch of Package erlang

From 2f35925ee19fa45b0e4cc36a0d216c9b185cfc45 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Wed, 29 Nov 2023 15:04:18 +0100
Subject: [PATCH 2/2] inets: Cuddle test case

---
 lib/inets/test/inets_socketwrap_SUITE.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/inets/test/inets_socketwrap_SUITE.erl b/lib/inets/test/inets_socketwrap_SUITE.erl
index e3851237e9..eafe51345e 100644
--- a/lib/inets/test/inets_socketwrap_SUITE.erl
+++ b/lib/inets/test/inets_socketwrap_SUITE.erl
@@ -82,7 +82,7 @@ start_httpd_fd(Config) when is_list(Config) ->
 	    	Port when is_port(Port) ->
 		    wait_node_up(Node, 10),
 		    ct:pal("~p", [rpc:call(Node, init, get_argument, [httpd_80])]),
-		    ok  = rpc:call(Node, inets, start, []),
+		    {ok, _} = rpc:call(Node, application, ensure_all_started, [inets]),
 		    {ok, Pid} = rpc:call(Node, inets, start, [httpd, HttpdConf]),
 		    [{port, InetPort}] = rpc:call(Node, httpd, info, [Pid, [port]]),
 		    rpc:call(Node, erlang, halt, []);
-- 
2.35.3

openSUSE Build Service is sponsored by