From: Jarkko Hietaniemi Date: Fri, 12 Apr 2002 19:58:43 +0000 (+0000) Subject: Move also the Win32 system testing to t/win32. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3072200ad74832d79c4edbed61f6a8f0896780e7;p=p5sagit%2Fp5-mst-13.2.git Move also the Win32 system testing to t/win32. p4raw-id: //depot/perl@15881 --- diff --git a/MANIFEST b/MANIFEST index 698e613..a7ab5eb 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2492,7 +2492,6 @@ t/op/utfhash.t See if utf8 keys in hashes behave 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 @@ -2553,6 +2552,7 @@ t/uni/sprintf.t See if Unicode sprintf works t/uni/title.t See if Unicode casing works t/uni/upper.t See if Unicode casing works t/win32/longpath.t Test if Win32::GetLongPathName() works +t/win32/winsystem.t See if system works in Win* t/x2p/s2p.t See if s2p/psed work taint.c Tainting code thrdvar.h Per-thread variables diff --git a/t/op/winsystem.t b/t/win32/system.t similarity index 100% rename from t/op/winsystem.t rename to t/win32/system.t