(Retracted by #11586)
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 23 Jun 2001 23:57:28 +0000 (23:57 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 23 Jun 2001 23:57:28 +0000 (23:57 +0000)
Hack to get rid of the UNEXPECTEDLY succeeded message for now.

p4raw-id: //depot/perl@10874

lib/Test/Harness.pm

index e0c4dbe..e5df1f8 100644 (file)
@@ -575,7 +575,8 @@ sub _show_results {
     my $bonusmsg = _bonusmsg($tot);
 
     if ($tot->{bad} == 0 && $tot->{max}) {
-       print "All tests successful$bonusmsg.\n";
+#      print "All tests successful$bonusmsg.\n";
+       print "All tests successful.\n";
     } elsif ($tot->{tests}==0){
        die "FAILED--no tests were run for some reason.\n";
     } elsif ($tot->{max} == 0) {