summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_Collocation_Tests/twoway/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests/twoway/run_test.pl')
-rwxr-xr-xTAO/tests/DII_Collocation_Tests/twoway/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/run_test.pl b/TAO/tests/DII_Collocation_Tests/twoway/run_test.pl
index 789b1121a62..1800e82c364 100755
--- a/TAO/tests/DII_Collocation_Tests/twoway/run_test.pl
+++ b/TAO/tests/DII_Collocation_Tests/twoway/run_test.pl
@@ -72,7 +72,7 @@ if ($sv != 0) {
unlink $iorfile;
print STDERR "======== Running in no collocation mode and two ORBS \n";
-$SV->Arguments ("-o $iorfile -k file://$iorfile -n -ORBCollocation per-orb");
+$SV->Arguments ("-o $iorfile -k file://$iorfile -n -ORBCollocation no");
$sv = $SV->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
if ($sv != 0) {