From: Peter Prymmer Date: Mon, 20 Nov 2000 16:53:54 +0000 (-0800) Subject: make VMS' test.com tail compatible w/ unix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c04215f0017c9245c38147d0debe9ba9bb0babd7;p=p5sagit%2Fp5-mst-13.2.git make VMS' test.com tail compatible w/ unix Message-ID: p4raw-id: //depot/perl@7811 --- diff --git a/vms/test.com b/vms/test.com index 522904d..6732c42 100644 --- a/vms/test.com +++ b/vms/test.com @@ -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: