summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/BiDir_CORBALOC/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/BiDir_CORBALOC/run_test.pl')
-rwxr-xr-xorbsvcs/tests/BiDir_CORBALOC/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/tests/BiDir_CORBALOC/run_test.pl b/orbsvcs/tests/BiDir_CORBALOC/run_test.pl
index aca5e9267b2..959027251ff 100755
--- a/orbsvcs/tests/BiDir_CORBALOC/run_test.pl
+++ b/orbsvcs/tests/BiDir_CORBALOC/run_test.pl
@@ -30,7 +30,7 @@ my $iorbase = "test.ior";
my $server_iorfile = $server->LocalFile ($iorbase);
$server->DeleteFile($iorbase);
-$SV = $server->CreateProcess ("../../Naming_Service/Naming_Service",
+$SV = $server->CreateProcess ("../../Naming_Service/tao_cosnaming",
"-ORBEndpoint iiop://$host:$orb_port -o $server_iorfile");
$CL = $client->CreateProcess ("TimeServer",
"-ORBInitRef NameService=corbaloc:iiop:$host:$orb_port/NameService");