diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-11-10 01:10:45 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-10 01:39:01 +0000 |
commit | d11311f770fa80ec2f800e1e2c3dae1c890fdd03 (patch) | |
tree | be8337717ed5ce14588765d110baeff908e0f8e8 /MANIFEST | |
parent | e9b6bb1c03707a0530be2791cdf7c3ef8ec39e07 (diff) | |
download | perl-d11311f770fa80ec2f800e1e2c3dae1c890fdd03.tar.gz |
new tests for swiches -n -p -a -F
Message-ID: <20011110001045.A11945@rafael>
p4raw-id: //depot/perl@12923
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2263,6 +2263,11 @@ t/README Instructions for regression tests t/run/exit.t Test perl's exit status. t/run/kill_perl.t Tests that kill perl. t/run/runenv.t Test if perl honors its environment variables. +t/run/noswitch.t Test aliasing ARGV for other switch tests +t/run/switchp.t Test the -p switch +t/run/switchn.t Test the -n switch +t/run/switcha.t Test the -a switch +t/run/switchF.t Test the -F switch t/TEST The regression tester t/test.pl Simple testing library t/TestInit.pm Preamble library for core tests |