summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-23 22:14:57 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-23 22:14:57 +0000
commit6c2501c875d47ee2972cf927a0f6f35f6b4f98e4 (patch)
treebb24367a55ce427bccefa647890316a333ac4ad3
parent051e693e042e39e9af158e0530d72ee796178ce9 (diff)
downloadATCD-6c2501c875d47ee2972cf927a0f6f35f6b4f98e4.tar.gz
We don't use *.conf files anymore
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
index a5513b9f312..725e3bec62e 100755
--- a/TAO/orbsvcs/tests/ImplRepo/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
@@ -36,7 +36,7 @@ sub airplane_test
sub airplane_ir_test
{
$IR = Process::Create ("..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."ImplRepo_Service".$DIR_SEPARATOR."ImplRepo_Service".$Process::EXE_EXT,
- "-ORBsvcconf implrepo.conf -ORBobjrefstyle url -d 0");
+ "-ORBobjrefstyle url -d 0");
ACE::waitforfile ($implrepo_ior);
@@ -68,7 +68,7 @@ sub nestea_test
sub nestea_ir_test
{
$IR = Process::Create ("..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."ImplRepo_Service".$DIR_SEPARATOR."ImplRepo_Service".$Process::EXE_EXT,
- "-ORBsvcconf implrepo.conf -ORBobjrefstyle url -d 0");
+ "-ORBobjrefstyle url -d 0");
ACE::waitforfile ($implrepo_ior);
@@ -85,7 +85,7 @@ sub nestea_ir_test
sub both_ir_test
{
$IR = Process::Create ("..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."ImplRepo_Service".$DIR_SEPARATOR."ImplRepo_Service".$Process::EXE_EXT,
- "-ORBsvcconf implrepo.conf -ORBobjrefstyle url -d 0");
+ "-ORBobjrefstyle url -d 0");
ACE::waitforfile ($implrepo_ior);