summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Tests/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Tests/run_test.pl')
-rwxr-xr-xTAO/tests/Collocation_Tests/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation_Tests/run_test.pl b/TAO/tests/Collocation_Tests/run_test.pl
index 2361b7d21ed..914567cdc84 100755
--- a/TAO/tests/Collocation_Tests/run_test.pl
+++ b/TAO/tests/Collocation_Tests/run_test.pl
@@ -70,7 +70,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 (60);
if ($sv != 0) {