summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/run_test_ipv6.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CallbackTest/run_test_ipv6.pl')
-rwxr-xr-xTAO/tests/CallbackTest/run_test_ipv6.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/CallbackTest/run_test_ipv6.pl b/TAO/tests/CallbackTest/run_test_ipv6.pl
index 582838d1a6e..d015ffcec7c 100755
--- a/TAO/tests/CallbackTest/run_test_ipv6.pl
+++ b/TAO/tests/CallbackTest/run_test_ipv6.pl
@@ -13,12 +13,12 @@ unlink $iorfile;
$status = 0;
if (PerlACE::is_vxworks_test()) {
- $SV = new PerlACE::ProcessVX ("server", "-o server.ior -ORBConnectIPV6Only YES");
+ $SV = new PerlACE::ProcessVX ("server", "-o server.ior -ORBConnectIPV6Only 1");
}
else {
- $SV = new PerlACE::Process ("server", "-o $iorfile -ORBConnectIPV6Only YES");
+ $SV = new PerlACE::Process ("server", "-o $iorfile -ORBConnectIPV6Only 1");
}
-$CL = new PerlACE::Process ("client", " -k file://$iorfile -ORBConnectIPV6Only YES");
+$CL = new PerlACE::Process ("client", " -k file://$iorfile -ORBConnectIPV6Only 1");
$SV->Spawn ();