summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/run_test.pl
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-14 03:26:09 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-14 03:26:09 +0000
commit48d6bd6e13fdb9393938ca98b52456935e207ab7 (patch)
tree98f40612834c6f9d92929a5f2e1d4e3b9a3ca681 /TAO/tests/Connection_Purging/run_test.pl
parent1d81165f6ba39bfbd4327fc42971835c970c13c2 (diff)
downloadATCD-48d6bd6e13fdb9393938ca98b52456935e207ab7.tar.gz
removed -d option by default
Diffstat (limited to 'TAO/tests/Connection_Purging/run_test.pl')
-rwxr-xr-xTAO/tests/Connection_Purging/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Connection_Purging/run_test.pl b/TAO/tests/Connection_Purging/run_test.pl
index 3b0c83e8a15..6917af2b8d3 100755
--- a/TAO/tests/Connection_Purging/run_test.pl
+++ b/TAO/tests/Connection_Purging/run_test.pl
@@ -12,7 +12,7 @@ use Cwd;
ACE::checkForTarget(getcwd());
-$T = Process::Create ($EXEPREFIX."Connection_Purging".$EXE_EXT." -ORBCollocation no -d");
+$T = Process::Create ($EXEPREFIX."Connection_Purging".$EXE_EXT." -ORBCollocation no");
$client = $T->TimedWait (60);
if ($client == -1) {