diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2000-11-20 08:53:54 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-22 21:16:31 +0000 |
commit | c04215f0017c9245c38147d0debe9ba9bb0babd7 (patch) | |
tree | 5331941587eae1c3e56a98145cea8efebfb194ff /vms/test.com | |
parent | 8b3ad1373d8a33ba89016c58cf9da9443ac8b0cc (diff) | |
download | perl-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.com | 2 |
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: |