From: Jarkko Hietaniemi Date: Fri, 4 Jan 2002 19:57:11 +0000 (+0000) Subject: Till the system tests do something non-Win*, better rename X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4845d0b217149851eff12d4c8710aa5b85df4596;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/MANIFEST b/MANIFEST index 02e4e35..401b91a 100644 --- 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 diff --git a/t/op/system.t b/t/op/winsystem.t similarity index 100% rename from t/op/system.t rename to t/op/winsystem.t