summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxconfig01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-28 11:52:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-31 08:29:42 +0200
commitd98217ccd1d199488abf21afd280f9954cc6569a (patch)
tree96465bd882159d473277da6abb26cf4bd69ef1de /testsuites/psxtests/psxconfig01
parentsmptests/smpfatal03: Fix end of test output (diff)
downloadrtems-d98217ccd1d199488abf21afd280f9954cc6569a.tar.bz2
psxtests/psxconfig01: Fix for POSIX keys config
Diffstat (limited to 'testsuites/psxtests/psxconfig01')
-rw-r--r--testsuites/psxtests/psxconfig01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c
index f3752a779c..b090fe7337 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