summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}