diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 09:41:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 09:41:45 +0000 |
commit | 328c22fc9656f5254e0284b3dbaf78dc8d7cd107 (patch) | |
tree | 8844a25cea5e492ee57bc6e2411661aedc118699 /README.win32 | |
parent | e50bb9a1f1718314efa58a6839f72fc1aae7638e (diff) | |
download | perl-328c22fc9656f5254e0284b3dbaf78dc8d7cd107.tar.gz |
add note about test-notty target
p4raw-id: //depot/perl@2888
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.win32 b/README.win32 index e696ab3e0e..5ed7a79a3c 100644 --- a/README.win32 +++ b/README.win32 @@ -240,6 +240,9 @@ If some tests do fail, it may be because you are using a different command shell than the native "cmd.exe", or because you are building from a path that contains spaces. So don't do that. +If you are running the tests from a emacs shell window, you may see +failures in op/stat.t. Run "dmake test-notty" in that case. + If you're using the Borland compiler, you may see a failure in op/taint.t arising from the inability to find the Borland Runtime DLLs on the system default path. You will need to copy the DLLs reported by the messages |