summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsysinit01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spsysinit01/init.c')
-rw-r--r--testsuites/sptests/spsysinit01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spsysinit01/init.c b/testsuites/sptests/spsysinit01/init.c
index dc09e71e2c..df299ac5af 100644
--- a/testsuites/sptests/spsysinit01/init.c
+++ b/testsuites/sptests/spsysinit01/init.c
@@ -516,13 +516,13 @@ LAST(RTEMS_SYSINIT_IDLE_THREADS)
FIRST(RTEMS_SYSINIT_LIBIO)
{
- assert(rtems_libio_semaphore == 0);
+ assert(rtems_libio_iop_free_head == NULL);
next_step(LIBIO_PRE);
}
LAST(RTEMS_SYSINIT_LIBIO)
{
- assert(rtems_libio_semaphore != 0);
+ assert(rtems_libio_iop_free_head == &rtems_libio_iops[0]);
next_step(LIBIO_POST);
}