summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/benchmark
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-16 19:01:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-16 19:01:20 +0000
commit221fdf3ec2381b15281c3127a7799f66d4d482b8 (patch)
treef2149547fde4142526b2c562e4e82bb35ec4a8c2 /TAO/orbsvcs/tests/AVStreams/benchmark
parent5afb87100a0f8b39c7d55e2e051ecf19a4af4ced (diff)
downloadATCD-221fdf3ec2381b15281c3127a7799f66d4d482b8.tar.gz
ChangeLog
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/benchmark')
-rwxr-xr-xTAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl b/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl
index 13aee01facd..ab2990aef7b 100755
--- a/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl
+++ b/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl
@@ -23,9 +23,9 @@ sub name_server
my $prog = "..".$DIR_SEPARATOR
."..".$DIR_SEPARATOR
."..".$DIR_SEPARATOR
- ."Naming_Service".$DIR_SEPARATOR
- ."Naming_Service ".$EXE_EXT;
- print ("\nNaming_Service $args\n");
+ ."Naming_Server".$DIR_SEPARATOR
+ ."Naming_Server ".$EXE_EXT;
+ print ("\nNaming_Server $args\n");
$NS = Process::Create ($prog, $args);
if (ACE::waitforfile_timed ($nsior, 5) == -1) {
print STDERR "ERROR: cannot find naming service IOR file\n";