summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2593_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2593_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_2593_Regression/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2593_Regression/run_test.pl b/TAO/tests/Bug_2593_Regression/run_test.pl
index be4ae9996d0..8e457643261 100755
--- a/TAO/tests/Bug_2593_Regression/run_test.pl
+++ b/TAO/tests/Bug_2593_Regression/run_test.pl
@@ -20,7 +20,8 @@ foreach $i (@ARGV) {
$iorfile = PerlACE::LocalFile ("server.ior");
unlink $iorfile;
-$endpoints = "-ORBEndpoint shmiop://12345 -ORBEndpoint iiop://:4444";
+$endpoints = "-ORBEndpoint shmiop://12345 -ORBEndpoint iiop://:"
+ . PerlACE::random_port();
$debug_conf = "-ORBDebugLevel $debug_level";
$svc_conf = "-ORBSvcConf server.conf";