From acb4dab5eb5ee43fc07d98029ce570e48b168878 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 9 Jan 2007 04:28:29 +0000 Subject: Added comment relevant to last revision. git-svn-id: https://pandoc.googlecode.com/svn/trunk@472 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index c14844b07..6292f4962 100644 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -23,7 +23,7 @@ sub test_results my $testname = $_[0]; my $output = $_[1]; my $norm = $_[2]; - $output =~ s/\r$//; + $output =~ s/\r$//; # remove DOS line endings if present my $diffoutput = `diff $output $norm`; if ($diffoutput eq "") { -- cgit v1.2.3