summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Banded_Connections/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Banded_Connections/run_test.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
index fafc593a837..87ab1a0e7a6 100755
--- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
+++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
@@ -62,19 +62,6 @@ if ($^O eq "dec_osf") {
."-a 23 -b 28 -c 34 ";
}
-if ($^O eq "hpux") {
- $server_args =
- "-n $iorfile1 -o $iorfile2 -b bands.hpux -ORBSvcConf $server_conf "
- ."-p 17 -w 32 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=20 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=27 "
- ."-ORBendpoint iiop://$TARGETHOSTNAME:0/priority=31 ";
-
- $client_args =
- "-n file://$iorfile1 -o file://$iorfile2 "
- ."-a 20 -b 27 -c 32 ";
-}
-
$SV = new PerlACE::Process ("server", $server_args);
$CL = new PerlACE::Process ("client", $client_args);