summaryrefslogtreecommitdiff
path: root/tests/Cached_Conn_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cached_Conn_Test.cpp')
-rw-r--r--tests/Cached_Conn_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp
index efeada8dcb2..9e4352eceb8 100644
--- a/tests/Cached_Conn_Test.cpp
+++ b/tests/Cached_Conn_Test.cpp
@@ -320,6 +320,8 @@ static CACHED_CONNECT_STRATEGY *connect_strategy = 0;
// more iterations to get to the handle limit.
#if defined (ACE_WIN32)
static int iterations = 2000;
+#elif defined (__Lynx__)
+static int iterations = 134;
#else
static int iterations = 200;
#endif /* ACE_WIN32 */
@@ -565,7 +567,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("[-d (addition debugging output)] ")
ACE_TEXT ("[-p (purge percent)] ")
ACE_TEXT ("[-a (keep handles available)] "),
- argv[0]));
+ ACE_TEXT ("Cached_Conn_Test")));
return -1;
}