projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5551e54
)
DJGPP doesn't have \r\n delimited files (it has \r).
Jarkko Hietaniemi [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
|
blame
|
history
diff --git
a/lib/Tie/File/t/21_win32.t
b/lib/Tie/File/t/21_win32.t
index
d068544
..
80d795a
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;
}