make VMS' test.com tail compatible w/ unix
authorPeter Prymmer <PPrymmer@factset.com>
Mon, 20 Nov 2000 16:53:54 +0000 (08:53 -0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 22 Nov 2000 21:16:31 +0000 (21:16 +0000)
Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>

p4raw-id: //depot/perl@7811

vms/test.com

index 522904d..6732c42 100644 (file)
@@ -236,7 +236,7 @@ if ($bad == 0) {
     }
 }
 ($user,$sys,$cuser,$csys) = times;
-print sprintf("u=%g  s=%g  cu=%g  cs=%g  files=%d  tests=%d\n",
+print sprintf("u=%g  s=%g  cu=%g  cs=%g  scripts=%d  tests=%d\n",
     $user,$sys,$cuser,$csys,$files,$totmax);
 $$END-OF-TEST$$
 $ wrapup: