summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Thread_Pool/run_test.pl')
-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;
}