summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl')
-rwxr-xr-xorbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl b/orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl
index 2c7ea9306ad..68621bd68c7 100755
--- a/orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl
+++ b/orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl
@@ -37,12 +37,12 @@ $server2->DeleteFile($ior2file);
$hostname = $server1->HostName ();
$port = $server1->RandomPort ();
-$SV1 = $server1->CreateProcess ("../../../Naming_Service/Naming_Service",
+$SV1 = $server1->CreateProcess ("../../../Naming_Service/tao_cosnaming",
"-ORBdebuglevel $debug_level " .
"-ORBEndpoint iiop://$hostname:$port " .
"-o $server1_ior1file");
-$SV2 = $server2->CreateProcess ("../../../Notify_Service/Notify_Service",
+$SV2 = $server2->CreateProcess ("../../../Notify_Service/tao_cosnotification",
"-ORBdebuglevel $debug_level " .
"-ORBInitRef NameService=iioploc://$hostname:$port/NameService " .
"-IORoutput $server2_ior2file " .