From 12c0e5378b76419f2092c4e7686c81743d6e6d64 Mon Sep 17 00:00:00 2001 From: irfan Date: Fri, 24 Aug 2001 04:19:22 +0000 Subject: Minor fix --- TAO/tests/RTCORBA/Thread_Pool/run_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1