summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-14 15:34:25 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-07-14 15:34:25 +0000
commit0c2002202848a11b0cc9cbce2dde27ba281ad47a (patch)
treec4ece66cbe30ec52d8d66c5b81d866f41237255a /TAO/orbsvcs/tests/CosEvent
parent704b44ec5425b71899e08c4bb61aed7de1dd5d77 (diff)
downloadATCD-0c2002202848a11b0cc9cbce2dde27ba281ad47a.tar.gz
Fri Jul 14 15:11:11 UTC 2006 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent')
-rwxr-xr-xTAO/orbsvcs/tests/CosEvent/Timeout/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/Timeout/run_test.pl b/TAO/orbsvcs/tests/CosEvent/Timeout/run_test.pl
index 191350e5691..489b16188e3 100755
--- a/TAO/orbsvcs/tests/CosEvent/Timeout/run_test.pl
+++ b/TAO/orbsvcs/tests/CosEvent/Timeout/run_test.pl
@@ -23,7 +23,7 @@ $NS = new PerlACE::Process($NameService, "-o $nsiorfile");
$NS->Spawn();
if (PerlACE::waitforfile_timed ($nsiorfile, 5) == -1) {
print STDERR "ERROR: cannot find file <$nsiorfile>\n";
- $NS->Kill();
+ $NS->Kill();
exit 1;
}
@@ -34,7 +34,7 @@ $ES = new PerlACE::Process($EventService, "-ORBSvcConf cosevent.conf "
$ES->Spawn();
if (PerlACE::waitforfile_timed ($esiorfile, 5) == -1) {
print STDERR "ERROR: cannot find file <$esiorfile>\n";
- $ES->Kill();
+ $ES->Kill();
unlink $nsiorfile;
exit 1;
}