diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-15 07:47:59 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-15 21:16:57 +0000 |
commit | 77818208643949320ba57536d6c01e6973ff7a4a (patch) | |
tree | 69908f605f3529b281c649b65637aaaf537b5501 /MANIFEST | |
parent | b844f03e71077069122b6f1194667733997dd055 (diff) | |
download | perl-77818208643949320ba57536d6c01e6973ff7a4a.tar.gz |
-x (was Re: [PATCH] new tests for command-line switches)
Message-ID: <20011115124759.E31399@blackrider>
p4raw-id: //depot/perl@13027
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2272,9 +2272,11 @@ 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/switchn.t Test the -n switch +t/run/switchp.t Test the -p switch +t/run/switchx.t Test the -x switch +t/run/switchx.aux Data for switchx.t t/run/switchF.t Test the -F switch t/run/switches.t Tests for the other switches t/TEST The regression tester |