diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-05 07:41:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-05 07:41:50 +0000 |
commit | 10609e9a342de3bae37d4ac9f8d8bc93c0a4e896 (patch) | |
tree | 4d1e8b5efad07e9458644841485b645339a658a5 /t | |
parent | 1703fc653cb30651ac3f8ba2ece6bb5cce4847f5 (diff) | |
download | perl-10609e9a342de3bae37d4ac9f8d8bc93c0a4e896.tar.gz |
sundry win32 config tweaks
p4raw-id: //depot/perl@1321
Diffstat (limited to 't')
-rwxr-xr-x | t/op/stat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/stat.t b/t/op/stat.t index 4a2b4be15b..03bfd8da39 100755 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -48,7 +48,7 @@ if ($Is_MSWin32 || $Is_Dos || $Config{dont_use_nlink} || $nlink == 2) if ( ($mtime && $mtime != $ctime) || $Is_MSWin32 || $Is_Dos - || ($cwd eq '/tmp' and $mtime && $mtime==$ctime) # Solaris tmpfs bug + || ($cwd =~ m#^/tmp# and $mtime && $mtime==$ctime) # Solaris tmpfs bug || $cwd =~ m#/afs/# || $^O eq 'amigaos') { print "ok 4\n"; |