summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 09:15:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 09:15:56 +0000
commit9445e2ac9bf9d541cf56a336adc17bc05620b7aa (patch)
tree76e2db4b7ec7c20c5e7d56ffcacfb619aeb302b0
parent461e1bb5f7f16e38a98729f143c7fe3f668a967a (diff)
downloadATCD-9445e2ac9bf9d541cf56a336adc17bc05620b7aa.tar.gz
-rwxr-xr-xTAO/tests/Bug_2869_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2869_Regression/run_test.pl b/TAO/tests/Bug_2869_Regression/run_test.pl
index 59b9248afde..f0d1b317487 100755
--- a/TAO/tests/Bug_2869_Regression/run_test.pl
+++ b/TAO/tests/Bug_2869_Regression/run_test.pl
@@ -30,7 +30,7 @@ if ($client != 0) {
if (PerlACE::waitforfile_timed ($iorfile,
$PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
- $SV->Kill (); $SV->TimedWait (1);
+ $CL->Kill (); $CL->TimedWait (1);
exit 1;
}