From e8a7fe3bd5c40168d531a6a4f00a7417a278d58c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 25 Jan 2026 15:07:04 +0200 Subject: allow reading fdt in tests --- tests/ipc-root/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ipc-root/init.c') diff --git a/tests/ipc-root/init.c b/tests/ipc-root/init.c index 8b43b4f..cb7568d 100644 --- a/tests/ipc-root/init.c +++ b/tests/ipc-root/init.c @@ -44,7 +44,7 @@ START(pid, tid, d0, d1, d2, d3) printf("sending response\n"); sys_ipc_resp4(1, 2, 3, 4); - error("ipc resp failed\n"); + fail("ipc resp failed\n"); } ok(); -- cgit v1.3