summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl b/TAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl
index c5178cd358d..0dd08953484 100755
--- a/TAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl
+++ b/TAO/tests/RTCORBA/Destroy_Thread_Pool/run_test.pl
@@ -9,14 +9,9 @@ use PerlACE::TestTarget;
my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";
-$continuous = ($^O eq 'hpux');
-
print STDERR "\n********** RTCORBA Destroy_Thread_Pool Unit Test **********\n\n";
$SV = $server->CreateProcess ("Destroy_Thread_Pool");
-if ($continuous) {
- $SV->Arguments("-ORBSvcConf continuous$PerlACE::svcconf_ext");
-}
$server_status = $SV->SpawnWaitKill ($server->ProcessStartWaitInterval());