From d98217ccd1d199488abf21afd280f9954cc6569a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 28 Mar 2014 11:52:28 +0100 Subject: [PATCH] psxtests/psxconfig01: Fix for POSIX keys config --- testsuites/psxtests/psxconfig01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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