summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional/run_test.pl')
-rwxr-xr-xTAO/tests/BiDirectional/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/BiDirectional/run_test.pl b/TAO/tests/BiDirectional/run_test.pl
index 60ee4d12551..a424f9052a4 100755
--- a/TAO/tests/BiDirectional/run_test.pl
+++ b/TAO/tests/BiDirectional/run_test.pl
@@ -20,7 +20,7 @@ if (PerlACE::is_vxworks_test()) {
else {
$SV = new PerlACE::Process ("server", "-o $iorfile -i 100");
}
-$CL = new PerlACE::Process ("client", "-k file://$iorfile -ORBDottedDecimalAddresses 1");
+$CL = new PerlACE::Process ("client", "-k file://$iorfile");
# print $SV->CommandLine ()."\n";
$SV->Spawn ();