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

index d068544..80d795a 100644 (file)
@@ -9,7 +9,7 @@
 
 my $file = "tf$$.txt";
 
-unless ($^O =~ /^(MSWin32|dos)$/) {
+unless ($^O =~ /^(MSWin32)$/) {
   print "1..0\n";
   exit;
 }