summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_2285_Regression/run_test2.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Bug_2285_Regression/run_test2.pl')
-rwxr-xr-xorbsvcs/tests/Bug_2285_Regression/run_test2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/tests/Bug_2285_Regression/run_test2.pl b/orbsvcs/tests/Bug_2285_Regression/run_test2.pl
index 8fd2f4fe3f6..b13c3915082 100755
--- a/orbsvcs/tests/Bug_2285_Regression/run_test2.pl
+++ b/orbsvcs/tests/Bug_2285_Regression/run_test2.pl
@@ -83,7 +83,7 @@ for($i = 0; $i < $number_of_servers; $i++) {
# Loops are cheap.
for ($i = 0; $i < $number_of_servers; $i++) {
$result = wait_get_send_ior($i);
-
+
if ($result != 0) {
for ($j = 0; $j < $i + 1; $j++) {
$SV[$j]->Kill (); $SV[$j]->TimedWait (1);