# HG changeset patch # User Maxim Dounin # Date 1409568715 -14400 # Node ID ae69f9bdba921d7d8ca7d6aa649e7c55e194d610 # Parent 4ceb2d12b7d21086eddb1604d1257a6c5e2c7e1d Tests: fixed access_log.t on win32. Compressed logs aren't translated by PerlIO, hence newlines may vary (and will be CRLF on win32). diff -r 4ceb2d12b7d2 -r ae69f9bdba92 access_log.t --- a/access_log.t Mon Sep 01 14:46:21 2014 +0400 +++ b/access_log.t Mon Sep 01 14:51:55 2014 +0400 @@ -132,7 +132,7 @@ my $gzipped = read_file($t, 'compressed.log'); IO::Uncompress::Gunzip::gunzip(\$gzipped => \$log); - is($log, "/compressed:200\n", 'compressed log - flush time'); + like($log, qr!^/compressed:200!s, 'compressed log - flush time'); } # now verify all other logs