psxtests/psxconfig01: Fix for POSIX keys config

This commit is contained in:
Sebastian Huber
2014-03-31 08:29:42 +02:00
parent 2c83ac3658
commit d98217ccd1
+1 -1
View File
@@ -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