From: Gurusamy Sarathy Date: Sat, 29 Apr 2000 21:00:08 +0000 (+0000) Subject: remove Win2K issue in pod (fixed by change#6020) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=532fa798293d6740ada7e8b3445ba3f179e17927;p=p5sagit%2Fp5-mst-13.2.git remove Win2K issue in pod (fixed by change#6020) p4raw-link: @6020 on //depot/perl: 945d6bad06c27bf93b3917eb3a345a4f0cd2de10 p4raw-id: //depot/perl@6021 --- diff --git a/README.win32 b/README.win32 index e71b6f4..f7bf25c 100644 --- a/README.win32 +++ b/README.win32 @@ -197,9 +197,9 @@ sure you have done the previous steps correctly. Type "dmake test" (or "nmake test"). This will run most of the tests from the testsuite (many tests will be skipped). -No tests should typically fail when running Windows NT 4.0. Under Windows -2000, test 22 in lib/open3.t is known to fail (cause still unknown). Many -tests will fail under Windows 9x due to the inferior command shell. +There should be no test failures when running under Windows NT 4.0 or +Windows 2000. Many tests I fail under Windows 9x due to the inferior +command shell. Some test failures may occur if you use a command shell other than the native "cmd.exe", or if you are building from a path that contains diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod index 377e448..27cdc22 100644 --- a/pod/perl56delta.pod +++ b/pod/perl56delta.pod @@ -2839,11 +2839,6 @@ operation must be considered erroneous. For example: These expressions will get run-time errors in some future release of Perl. -=head2 Windows 2000 - -Windows 2000 is known to fail test 22 in lib/open3.t (cause unknown at -this time). That test passes under Windows NT. - =head2 Experimental features As discussed above, many features are still experimental. Interfaces and