summaryrefslogtreecommitdiff
path: root/vms/test.com
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2000-11-20 08:53:54 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-22 21:16:31 +0000
commitc04215f0017c9245c38147d0debe9ba9bb0babd7 (patch)
tree5331941587eae1c3e56a98145cea8efebfb194ff /vms/test.com
parent8b3ad1373d8a33ba89016c58cf9da9443ac8b0cc (diff)
downloadperl-c04215f0017c9245c38147d0debe9ba9bb0babd7.tar.gz
make VMS' test.com tail compatible w/ unix
Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com> p4raw-id: //depot/perl@7811
Diffstat (limited to 'vms/test.com')
-rw-r--r--vms/test.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com
index 522904d719..6732c42065 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: