From: Nicholas Clark Date: Thu, 8 Oct 2009 06:44:05 +0000 (+0200) Subject: Move script.t from t/comp to t/run, as it's a test for invoking perl. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28dc61904ed8e6fb372527d5e84a7bc9841ec184;p=p5sagit%2Fp5-mst-13.2.git Move script.t from t/comp to t/run, as it's a test for invoking perl. --- diff --git a/MANIFEST b/MANIFEST index bebde61..0af9fdf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 diff --git a/t/comp/script.t b/t/run/script.t similarity index 100% rename from t/comp/script.t rename to t/run/script.t