diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-01-25 15:07:04 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-01-25 15:07:04 +0200 |
| commit | e8a7fe3bd5c40168d531a6a4f00a7417a278d58c (patch) | |
| tree | ddbbead310cd8951ea277eb4e1a13dff7d1a3dd9 /tests/exec | |
| parent | 783e615ca031045eaa979532fc2c2b762ed8593f (diff) | |
| download | kmi-e8a7fe3bd5c40168d531a6a4f00a7417a278d58c.tar.gz kmi-e8a7fe3bd5c40168d531a6a4f00a7417a278d58c.zip | |
allow reading fdt in tests
Diffstat (limited to 'tests/exec')
| -rw-r--r-- | tests/exec/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exec/init.c b/tests/exec/init.c index d56337d..6ae46c0 100644 --- a/tests/exec/init.c +++ b/tests/exec/init.c @@ -29,7 +29,7 @@ START(pid, tid, d0, d1, d2, d3) printf("doing exec...\n"); sys_exec(exec, 0); - error("exec failed\n"); + fail("exec failed\n"); } printf("hello from parent\n"); |
