diff syslog.t @ 466:a64b4057189c

Tests: removed chop from read_file() in syslog.t. String comparison of syslog data it could only be used for is not implemented.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 22 Sep 2014 13:29:20 +0400
parents 62d1f96c5ff4
children 43e05ac6c23c
line wrap: on
line diff
--- a/syslog.t	Thu Sep 18 16:56:34 2014 +0400
+++ b/syslog.t	Mon Sep 22 13:29:20 2014 +0400
@@ -274,7 +274,6 @@
 	local $/;
 	my $content = <$fh>;
 	close $fh;
-	chop $content;
 	return $content;
 }