summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-03 02:07:55 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-03 02:07:55 +0000
commit298036ef0041063ef5185a6723f849d080b1ea79 (patch)
treecae48964404536ab68ee27d64177ffd86b7c1639
parentd7ce14b2438a6d09726d1fb04f174598c5cbac85 (diff)
downloadATCD-298036ef0041063ef5185a6723f849d080b1ea79.tar.gz
Sun Feb 02 21:01:12 2003 Frank Hunleth <frank@hunleth.com>
-rwxr-xr-xTAO/orbsvcs/tests/Miop/McastHello/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/run_test.pl b/TAO/orbsvcs/tests/Miop/McastHello/run_test.pl
index 8ead1e2580a..ef87c284d2d 100755
--- a/TAO/orbsvcs/tests/Miop/McastHello/run_test.pl
+++ b/TAO/orbsvcs/tests/Miop/McastHello/run_test.pl
@@ -29,14 +29,14 @@ if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
$SV1->Kill (); $SV1->TimedWait (1);
$SV2->Kill (); $SV2->TimedWait (1);
exit 1;
-}
+}
if (PerlACE::waitforfile_timed ($iorfile_server2, 5) == -1) {
print STDERR "ERROR: cannot find file <$iorfile_server2>\n";
$SV1->Kill (); $SV1->TimedWait (1);
$SV2->Kill (); $SV2->TimedWait (1);
exit 1;
-}
+}
$client = $CL->SpawnWaitKill (300);