From: Tomas Doran Date: Fri, 29 May 2009 08:40:05 +0000 (+0000) Subject: Give a shit about blank lines, I do not X-Git-Tag: 1.21_01~1^2~119 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=6709d9fbdf492dc1bff6833e97fc8d987b81e5bb Give a shit about blank lines, I do not --- diff --git a/t/check_testapp_the_same.t b/t/check_testapp_the_same.t index 5a0b8de..4bb3df1 100644 --- a/t/check_testapp_the_same.t +++ b/t/check_testapp_the_same.t @@ -19,7 +19,7 @@ SKIP: { my $diff; eval { - $diff = `diff -urN -x .svn -x Changes $Bin/TestAppForComparison $Bin/../TestAppForComparison`; + $diff = `diff -urNB -x .svn -x Changes $Bin/TestAppForComparison $Bin/../TestAppForComparison`; }; skip "no diff program installed, skipping", 1 if $@;