summaryrefslogtreecommitdiff
path: root/lwip/test/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/test/init.c')
-rw-r--r--lwip/test/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/test/init.c b/lwip/test/init.c
index a17126b..043b921 100644
--- a/lwip/test/init.c
+++ b/lwip/test/init.c
@@ -77,7 +77,7 @@ static void test_already_started(void)
rtems_status_code sc;
sc = rtems_telnetd_start(&config);
- rtems_test_assert(sc == RTEMS_RESOURCE_IN_USE);
+ rtems_test_assert(sc ! = RTEMS_SUCCESSFUL);
}
static rtems_task Init(rtems_task_argument argument)