From c9096ad5ba18c3976bc8b72d70ff3d588993f780 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 5 Aug 2001 19:26:50 +0000 Subject: [PATCH] Retract #10874 (the hack should be unnecessary by now) p4raw-id: //depot/perl@11586 --- lib/Test/Harness.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 0a7a762..29344cd 100644 --- a/lib/Test/Harness.pm +++ b/lib/Test/Harness.pm @@ -575,8 +575,7 @@ sub _show_results { my $bonusmsg = _bonusmsg($tot); if ($tot->{bad} == 0 && $tot->{max}) { -# print "All tests successful$bonusmsg.\n"; - print "All tests successful.\n"; + print "All tests successful$bonusmsg.\n"; } elsif ($tot->{tests}==0){ die "FAILED--no tests were run for some reason.\n"; } elsif ($tot->{max} == 0) { -- 2.7.4