summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Banded_Connections')
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/bands.hpux1
-rwxr-xr-xTAO/tests/RTCORBA/Banded_Connections/run_test.pl4
2 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/bands.hpux b/TAO/tests/RTCORBA/Banded_Connections/bands.hpux
deleted file mode 100644
index f4b469e61f4..00000000000
--- a/TAO/tests/RTCORBA/Banded_Connections/bands.hpux
+++ /dev/null
@@ -1 +0,0 @@
-16 20 21 27 28 31
diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
index b7e699a64f4..36fb1648c9f 100755
--- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
+++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl
@@ -53,10 +53,6 @@ if ($^O eq "MSWin32") {
$server_args =
"-b bands.nt";
}
-elsif ($^O eq "hpux") {
- $server_args =
- "-b bands.hpux";
-}
else {
$server_args =
"-b bands.unix";