diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-04 19:57:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-04 19:57:11 +0000 |
commit | 4845d0b217149851eff12d4c8710aa5b85df4596 (patch) | |
tree | 42e1c9e242092df403f2060fbf9aa38ba0072185 /MANIFEST | |
parent | 6170a8f81afca0a59db47412e13b09380757e14c (diff) | |
download | perl-4845d0b217149851eff12d4c8710aa5b85df4596.tar.gz |
Till the system tests do something non-Win*, better rename
the test so that people on other platforms don't get confused.
(Not win32system, because assumedly there's win64, too.)
p4raw-id: //depot/perl@14059
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2303,7 +2303,6 @@ 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 @@ -2318,6 +2317,7 @@ t/op/utf8decode.t See if UTF-8 decoding works t/op/vec.t See if vectors work t/op/ver.t See if v-strings and the %v format flag work t/op/wantarray.t See if wantarray works +t/op/winsystem.t See if system works in Win* t/op/write.t See if write works (formats work) t/pod/emptycmd.t Test empty pod directives t/pod/emptycmd.xr Expected results for emptycmd.t |