diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-08 08:44:05 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-08 08:44:05 +0200 |
commit | 28dc61904ed8e6fb372527d5e84a7bc9841ec184 (patch) | |
tree | 5f16ba882f5b745de9dbcf339db9b2ea10713e9e /MANIFEST | |
parent | 68cbce50efee2c3ae424cfe29c83b65d5b462b69 (diff) | |
download | perl-28dc61904ed8e6fb372527d5e84a7bc9841ec184.tar.gz |
Move script.t from t/comp to t/run, as it's a test for invoking perl.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4144,7 +4144,6 @@ t/comp/proto.t See if function prototypes work t/comp/redef.t See if we get correct warnings on redefined subs t/comp/require.t See if require works t/comp/retainedlines.t See if the debugger can retain eval's lines -t/comp/script.t See if script invocation works t/comp/term.t See if more terms work t/comp/uproto.t See if the _ prototype works t/comp/use.t See if pragmata work @@ -4490,6 +4489,7 @@ t/run/exit.t Test perl's exit status. t/run/fresh_perl.t Tests that require a fresh perl. t/run/noswitch.t Test aliasing ARGV for other switch tests t/run/runenv.t Test if perl honors its environment variables. +t/run/script.t See if script invocation works t/run/switch0.t Test the -0 switch t/run/switcha.t Test the -a switch t/run/switchC.t Test the -C switch |