summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 07:45:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 07:45:14 +0000
commitbec226a7461df45ba15da87c1e3e1553c7940ffb (patch)
treec5b8e6d0376865f3ce889b673741a2c6bfb44548 /TAO/examples
parentf9d14314a8d42cd462a0fdc48d2de881b003f651 (diff)
downloadATCD-bec226a7461df45ba15da87c1e3e1553c7940ffb.tar.gz
ChangeLogTag:Wed Jul 21 02:36:51 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/examples')
-rwxr-xr-xTAO/examples/Callback_Quoter/run_test.pl2
-rwxr-xr-xTAO/examples/Quoter/run_test.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Callback_Quoter/run_test.pl b/TAO/examples/Callback_Quoter/run_test.pl
index 5b2983d380e..3e4ac9098be 100755
--- a/TAO/examples/Callback_Quoter/run_test.pl
+++ b/TAO/examples/Callback_Quoter/run_test.pl
@@ -18,7 +18,7 @@ $NS = Process::Create ("..".$DIR_SEPARATOR.
"..".$DIR_SEPARATOR.
"orbsvcs".$DIR_SEPARATOR.
"Naming_Service".$DIR_SEPARATOR.
- "Naming_Server".$EXE_EXT,
+ "Naming_Service".$EXE_EXT,
" -o $ns_ior ");
if (ACE::waitforfile_timed ($ns_ior, 5) == -1) {
diff --git a/TAO/examples/Quoter/run_test.pl b/TAO/examples/Quoter/run_test.pl
index 22e901ece37..72d6fbc2351 100755
--- a/TAO/examples/Quoter/run_test.pl
+++ b/TAO/examples/Quoter/run_test.pl
@@ -49,7 +49,7 @@ sub name_server
my $args = "$other -o $nsiorfile";
my $prog = "..$DIR_SEPARATOR..$DIR_SEPARATOR"."orbsvcs$DIR_SEPARATOR".
"Naming_Service$DIR_SEPARATOR".
- "Naming_Server$EXE_EXT";
+ "Naming_Service$EXE_EXT";
$NS = Process::Create ($prog, $args);
}