summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-rtems-fds.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libtest/t-test-rtems-fds.c')
-rw-r--r--cpukit/libtest/t-test-rtems-fds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libtest/t-test-rtems-fds.c b/cpukit/libtest/t-test-rtems-fds.c
index 79720a01c4..19abbd3673 100644
--- a/cpukit/libtest/t-test-rtems-fds.c
+++ b/cpukit/libtest/t-test-rtems-fds.c
@@ -71,7 +71,7 @@ T_check_file_descriptors(T_event event, const char *name)
(void)name;
switch (event) {
- case T_EVENT_RUN_INITIALIZE:
+ case T_EVENT_RUN_INITIALIZE_EARLY:
T_open_fds = T_count_open_fds();
break;
case T_EVENT_CASE_END: