projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5551e54
)
DJGPP doesn't have \r\n delimited files (it has \r).
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 16 May 2002 12:58:05 +0000
(12:58 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 16 May 2002 12:58:05 +0000
(12:58 +0000)
p4raw-id: //depot/perl@16622
lib/Tie/File/t/21_win32.t
patch
|
blob
|
history
diff --git
a/lib/Tie/File/t/21_win32.t
b/lib/Tie/File/t/21_win32.t
index d06854441bf25c9fbc18822dfbc01a749c011c6e..80d795a5d02cb9a9fe9c72363b6081106ba5367a 100644
(file)
--- a/
lib/Tie/File/t/21_win32.t
+++ b/
lib/Tie/File/t/21_win32.t
@@
-9,7
+9,7
@@
my $file = "tf$$.txt";
-unless ($^O =~ /^(MSWin32
|dos
)$/) {
+unless ($^O =~ /^(MSWin32)$/) {
print "1..0\n";
exit;
}