summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-30 16:22:37 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-30 16:22:37 +0000
commit66b841d040173aa5655b10743e7942d04aaaff01 (patch)
tree84fdf93b04593bc25530a9084e1c0f4f773adf9c /TAO/orbsvcs/tests/ImplRepo
parentec36f93ccea16f61dfa80737e39359e56b94f22f (diff)
downloadATCD-66b841d040173aa5655b10743e7942d04aaaff01.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/locked/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/locked/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/locked/run_test.pl
index be52381670a..4346e663e7c 100755
--- a/TAO/orbsvcs/tests/ImplRepo/locked/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/locked/run_test.pl
@@ -36,7 +36,7 @@ unlink $pfile;
################################################################################
## Start the implementation Repository Locator
-$IMR_LOCATOR->Arguments ("-o $imr_locator_ior -d ");
+$IMR_LOCATOR->Arguments ("-o $imr_locator_ior ");
$IMR_LOCATOR->Spawn ();
if (PerlACE::waitforfile_timed ($imr_locator_ior, 10) == -1) {
@@ -132,7 +132,7 @@ unlink $imr_activator_ior;
################################################################################
## Restart the Implementation Repository in locked mode.
-$IMR_LOCATOR->Arguments ("-o $imr_locator_ior -d ");
+$IMR_LOCATOR->Arguments ("-o $imr_locator_ior ");
$IMR_LOCATOR->Spawn ();
if (PerlACE::waitforfile_timed ($imr_locator_ior, 10) == -1) {