summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-03-13 18:57:02 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-03-13 18:57:02 +0000
commit8ec485718b871eefb50de86194cb11fe5c3aa1a6 (patch)
tree0619c5d13d51f72a4bcc906b3147e32e5150d40b
parent2275a058144eb47558edcfb02ad4685a6c9f278f (diff)
downloadATCD-8ec485718b871eefb50de86194cb11fe5c3aa1a6.tar.gz
ChangeLogTag: Mon Mar 13 10:19:08 2000 Bala <bala@cs.wustl.edu>
-rwxr-xr-xTAO/tests/Faults/run_test.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Faults/run_test.pl b/TAO/tests/Faults/run_test.pl
index 005f28e375b..92d491fb9b7 100755
--- a/TAO/tests/Faults/run_test.pl
+++ b/TAO/tests/Faults/run_test.pl
@@ -10,6 +10,7 @@ require ACEutils;
$iorfile = "test.ior";
$middlefile = "middle.ior";
+$dum_core = "core";
$status = 0;
print STDERR "===== Base test, no crashes\n";
@@ -208,5 +209,6 @@ if ($server == -1) {
$SV->Kill (); $SV->TimedWait (1);
$status = 1;
}
+unlink $dum_core;
exit $status;