summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-17 19:05:13 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-17 19:05:13 +0000
commita5d18fcc68d659e2e514f59e40a8738bf2545355 (patch)
treea6307556f40f979aad71b1d5b4b7275fed76d4fb
parentc5294c2f9ea5c49520bcc3a7e9eec902c19b787e (diff)
downloadATCD-a5d18fcc68d659e2e514f59e40a8738bf2545355.tar.gz
ChangeLogTag: Fri Dec 17 13:03:03 2004 Chad Elliott <elliott_c@ociweb.com>
-rwxr-xr-xTAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl
index caaa4a2f5b0..75d817be671 100755
--- a/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl
@@ -119,14 +119,14 @@ sub test_body
## the server so that it can pick up the new locator IOR
unlink($server_ior_file);
$SERVER->Kill ();
- $SERVER->Spawn ();
+ $SERVER->Spawn ();
if (PerlACE::waitforfile_timed ($server_ior_file, 10) == -1)
{
print STDERR "ERROR: cannot find $server_ior_file\n";
$ACTIVATOR->Kill ();
- $LOCATOR->Kill ();
- $SERVER->Kill ();
+ $LOCATOR->Kill ();
+ $SERVER->Kill ();
return 1;
}