summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-28 20:55:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-28 20:55:57 +0000
commitdd7038b3248009b72165c22a9d4a9159e93f8cfc (patch)
treec0fc74522ea584cb066505650e796e0e644afa86 /MANIFEST
parent61c9453e130c5bb36186ed0c540dcc8a5994e905 (diff)
downloadperl-dd7038b3248009b72165c22a9d4a9159e93f8cfc.tar.gz
Integrate change #12747 from maintperl;
finishing touches to system() fixes on windows: * detect cmd shell correctly even if it had full path in it * more quoting needed for single-arg system if the argument really had multiple quoted arguments within it * be smarter about not calling the shell when the executable has spaces, but otherwise does not need shell involvement * add a testsuite (windows-specific currently) p4raw-link: @12747 on //depot/maint-5.6/perl: 2bab9a31df533a6c8068e22c59c8dfb29a47c95e p4raw-id: //depot/perl@12748 p4raw-branched: from //depot/maint-5.6/perl@12746 'branch in' t/op/system.t t/op/system_tests p4raw-edited: from //depot/maint-5.6/perl@12746 'ignore' pod/perltodo.pod (@8171..) MANIFEST (@11426..) p4raw-integrated: from //depot/maint-5.6/perl@12746 'merge in' win32/win32.c (@12725..)
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 66e32b6e15..957246ee90 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2202,6 +2202,8 @@ t/op/subst_amp.t See if $&-related substitution works
t/op/subst_wamp.t See if substitution works with $& present
t/op/sub_lval.t See if lvalue subroutines work
t/op/sysio.t See if sysread and syswrite work
+t/op/system.t See if system works
+t/op/system_tests Test runner for system.t
t/op/taint.t See if tainting works
t/op/tie.t See if tie/untie functions work
t/op/tiearray.t See if tie for arrays works