summaryrefslogtreecommitdiff
path: root/TAO/tests/Stack_Recursion
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-12 12:55:31 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-12 12:55:31 +0000
commit88ec66a855f8a7436c61caee05637360423c44c1 (patch)
tree7b4ae3a4d94800c5786e1ddc2777b5afb6811748 /TAO/tests/Stack_Recursion
parente20035cfab659438dc233a80b34446f811349832 (diff)
downloadATCD-88ec66a855f8a7436c61caee05637360423c44c1.tar.gz
ChangeLogTag: Fri Aug 12 07:55:08 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Stack_Recursion')
-rwxr-xr-xTAO/tests/Stack_Recursion/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Stack_Recursion/run_test.pl b/TAO/tests/Stack_Recursion/run_test.pl
index c6269677c1d..e767aacd35d 100755
--- a/TAO/tests/Stack_Recursion/run_test.pl
+++ b/TAO/tests/Stack_Recursion/run_test.pl
@@ -35,7 +35,7 @@ $CL->Spawn (60);
$client = $CL->WaitKill (480);
if ($client != 0) {
- print STDERR "ERROR: client returned $client1\n";
+ print STDERR "ERROR: client returned $client\n";
$status = 1;
}