File 1208-erts-Cannot-include-eunit-using-include_lib-in-cross.patch of Package erlang
From 57794bee2fa393cc9c9db1de1e2f7396e27f6917 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= <lukas@erlang.org>
Date: Thu, 6 Feb 2025 15:20:38 +0100
Subject: [PATCH] erts: Cannot include eunit using include_lib in cross env
---
erts/test/erlexec_SUITE.erl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/erts/test/erlexec_SUITE.erl b/erts/test/erlexec_SUITE.erl
index c2b2bf4162..39ad566809 100644
--- a/erts/test/erlexec_SUITE.erl
+++ b/erts/test/erlexec_SUITE.erl
@@ -34,8 +34,7 @@
otp_7461/1, otp_7461_remote/1, argument_separation/1, argument_with_option/1,
zdbbl_dist_buf_busy_limit/1, long_path_env/1, long_path_env_when_rootdir_not_present/1]).
--include_lib("common_test/include/ct.hrl").
--include_lib("eunit/include/eunit.hrl").
+-include_lib("stdlib/include/assert.hrl").
suite() ->
[{ct_hooks,[ts_install_cth]},
--
2.43.0