mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 00:11:54 +08:00
psxtests/psxconfig01: Fix for POSIX keys config
This commit is contained in:
@@ -454,7 +454,7 @@ static rtems_task Init(rtems_task_argument argument)
|
||||
}
|
||||
rtems_resource_snapshot_take(&snapshot);
|
||||
rtems_test_assert(
|
||||
snapshot.posix_api.active_keys == CONFIGURE_MAXIMUM_POSIX_KEYS
|
||||
snapshot.posix_api.active_keys == CONFIGURE_POSIX_KEYS
|
||||
);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user