[rtems commit] psxtests/psxconfig01: Fix for POSIX keys config
Sebastian Huber
sebh at rtems.org
Mon Mar 31 08:09:15 UTC 2014
Module: rtems
Branch: master
Commit: d98217ccd1d199488abf21afd280f9954cc6569a
Changeset: http://git.rtems.org/rtems/commit/?id=d98217ccd1d199488abf21afd280f9954cc6569a
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Mar 28 11:52:28 2014 +0100
psxtests/psxconfig01: Fix for POSIX keys config
---
testsuites/psxtests/psxconfig01/init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c
index f3752a7..b090fe7 100644
--- a/testsuites/psxtests/psxconfig01/init.c
+++ b/testsuites/psxtests/psxconfig01/init.c
@@ -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
More information about the vc
mailing list