From ca4602e914d4ec00bf5db51e0830d702d5bc3f4e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Jan 2016 22:03:00 +0100 Subject: Use linker set for libio initialization Update #2408. --- testsuites/fstests/fsnofs01/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/fstests/fsnofs01/init.c') diff --git a/testsuites/fstests/fsnofs01/init.c b/testsuites/fstests/fsnofs01/init.c index f4759491ba..298ba8d237 100644 --- a/testsuites/fstests/fsnofs01/init.c +++ b/testsuites/fstests/fsnofs01/init.c @@ -74,7 +74,9 @@ static void test_initial_values(void) rtems_test_assert(null_mt->mt_fs_root == null_loc); rtems_test_assert(!null_mt->mounted); rtems_test_assert(!null_mt->writeable); - rtems_test_assert(null_loc->reference_count == 4); + rtems_test_assert(null_loc->reference_count == 6); + rtems_test_assert(null_loc->deferred_released_next == NULL); + rtems_test_assert(null_loc->deferred_released_count == 2); } static void test_location_obtain(void) @@ -495,8 +497,6 @@ static void Init(rtems_task_argument arg) { rtems_test_begink(); - rtems_libio_init(); - test_initial_values(); test_location_obtain(); test_null_location_obtain(); -- cgit v1.2.3