DJGPP doesn't have \r\n delimited files (it has \r).
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 May 2002 12:58:05 +0000 (12:58 +0000)
committerJarkko 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

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