Till the system tests do something non-Win*, better rename
Jarkko Hietaniemi [Fri, 4 Jan 2002 19:57:11 +0000 (19:57 +0000)]
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

MANIFEST
t/op/winsystem.t [moved from t/op/system.t with 100% similarity]

index 02e4e35..401b91a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -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
similarity index 100%
rename from t/op/system.t
rename to t/op/winsystem.t