summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsnofs01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsnofs01/init.c')
-rw-r--r--testsuites/fstests/fsnofs01/init.c6
1 files changed, 3 insertions, 3 deletions
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();