summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-24 04:19:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-24 04:19:22 +0000
commit12c0e5378b76419f2092c4e7686c81743d6e6d64 (patch)
tree9a809e64e74c92a7600323cb35be5fad18a9fc83
parent72fdc875d1828766dc2e8ccf20f3c092d5c6aaec (diff)
downloadATCD-12c0e5378b76419f2092c4e7686c81743d6e6d64.tar.gz
Minor fix
-rwxr-xr-xTAO/tests/RTCORBA/Thread_Pool/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Thread_Pool/run_test.pl b/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
index 7e5b1eb0e98..77b76447e06 100755
--- a/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
+++ b/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
@@ -64,7 +64,7 @@ for $test (@configurations)
{
if (PerlACE::waitforfile_timed ($test->{file}, 5) == -1)
{
- print STDERR "ERROR: cannot find ior file: $file\n";
+ print STDERR "ERROR: cannot find ior file: $test->{file}\n";
$status = 1;
goto kill_server;
}