summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Property/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Property/run_test.pl b/TAO/orbsvcs/tests/Property/run_test.pl
index 3b20f1e86bd..54c1cec55fd 100755
--- a/TAO/orbsvcs/tests/Property/run_test.pl
+++ b/TAO/orbsvcs/tests/Property/run_test.pl
@@ -22,13 +22,13 @@ sub name_server
{
my $args = " -o $nsior";
my $prog =
- print STDERR ("\nNaming_Server: $args\n");
+ print STDERR ("\nNaming_Service: $args\n");
unlink $nsior;
$NS = Process::Create ("..".$DIR_SEPARATOR
."..".$DIR_SEPARATOR
."Naming_Service".$DIR_SEPARATOR
- ."Naming_Server".$EXE_EXT, $args);
+ ."Naming_Service".$EXE_EXT, $args);
if (ACE::waitforfile_timed ($nsior, 5) == -1) {
print STDERR "ERROR: cannot find naming service IOR file\n";
$NS->Kill (); $NS->TimedWait (1);