summaryrefslogtreecommitdiff
path: root/TAO/tests/HandleExhaustion/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/HandleExhaustion/run_test.pl')
-rwxr-xr-xTAO/tests/HandleExhaustion/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/HandleExhaustion/run_test.pl b/TAO/tests/HandleExhaustion/run_test.pl
index e3f912ce729..0e1a57f234c 100755
--- a/TAO/tests/HandleExhaustion/run_test.pl
+++ b/TAO/tests/HandleExhaustion/run_test.pl
@@ -8,8 +8,8 @@ use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::TestTarget;
use strict;
-if ($^O eq 'hpux' || $^O eq 'lynxos') {
- print "This test will not run properly on HP-UX or LynxOS.\n",
+if ($^O eq 'lynxos') {
+ print "This test will not run properly on LynxOS.\n",
"When one process uses up all of the file descriptors, no other\n",
"processes run by the same user can start.\n";
exit(0);