aboutsummaryrefslogtreecommitdiff
path: root/tests/ipc-root
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-01-25 15:07:04 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2026-01-25 15:07:04 +0200
commite8a7fe3bd5c40168d531a6a4f00a7417a278d58c (patch)
treeddbbead310cd8951ea277eb4e1a13dff7d1a3dd9 /tests/ipc-root
parent783e615ca031045eaa979532fc2c2b762ed8593f (diff)
downloadkmi-e8a7fe3bd5c40168d531a6a4f00a7417a278d58c.tar.gz
kmi-e8a7fe3bd5c40168d531a6a4f00a7417a278d58c.zip
allow reading fdt in tests
Diffstat (limited to 'tests/ipc-root')
-rw-r--r--tests/ipc-root/init.c2
1 files changed, 1 insertions, 1 deletions
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();