summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2021-03-28 14:51:25 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2021-03-30 16:34:04 +0200
commit4f12a1e365c4fc8d6d430e913acc77a70a49ad0a (patch)
tree7125861f805b3b532446caaf381bf88cf29ee3ff /testsuites/libtests
parentscore: Add an assert to _Workspace_Free() (diff)
downloadrtems-4f12a1e365c4fc8d6d430e913acc77a70a49ad0a.tar.bz2
Restore FDT in ofw01 to avoid test timeout on RISCV
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ofw01/init.c1
1 files changed, 1 insertions, 0 deletions
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);
}