From 4f12a1e365c4fc8d6d430e913acc77a70a49ad0a Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Sun, 28 Mar 2021 14:51:25 +0200 Subject: Restore FDT in ofw01 to avoid test timeout on RISCV --- testsuites/libtests/ofw01/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/ofw01/init.c b/testsuites/libtests/ofw01/init.c index 39bc30774a..6006121cc7 100644 --- a/testsuites/libtests/ofw01/init.c +++ b/testsuites/libtests/ofw01/init.c @@ -184,6 +184,7 @@ static void Init(rtems_task_argument arg) rtems_test_assert(rv == true); TEST_END(); + test_bin = NULL; rtems_test_exit(0); } -- cgit v1.2.3