summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-11-15 07:47:59 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-15 21:16:57 +0000
commit77818208643949320ba57536d6c01e6973ff7a4a (patch)
tree69908f605f3529b281c649b65637aaaf537b5501 /MANIFEST
parentb844f03e71077069122b6f1194667733997dd055 (diff)
downloadperl-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--MANIFEST6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index e83e6810f9..07cee635d5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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