psxtests/psxconfig01: Fix for POSIX keys config

This commit is contained in:
Sebastian Huber
2014-03-28 11:52:28 +01:00
parent 2c83ac3658
commit d98217ccd1

View File

@@ -454,7 +454,7 @@ static rtems_task Init(rtems_task_argument argument)
} }
rtems_resource_snapshot_take(&snapshot); rtems_resource_snapshot_take(&snapshot);
rtems_test_assert( rtems_test_assert(
snapshot.posix_api.active_keys == CONFIGURE_MAXIMUM_POSIX_KEYS snapshot.posix_api.active_keys == CONFIGURE_POSIX_KEYS
); );
#endif #endif