[Rt-commit] r8411 - rtir/branches/2.3-EXPERIMENTAL/t

ternus at bestpractical.com ternus at bestpractical.com
Mon Aug 6 17:48:16 EDT 2007


Author: ternus
Date: Mon Aug  6 17:48:16 2007
New Revision: 8411

Modified:
   rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t

Log:
Fixing UTF-8 errors by excluding files in .svn


Modified: rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t	Mon Aug  6 17:48:16 2007
@@ -12,6 +12,7 @@
     no_chdir => 1,
     wanted   => sub {
         return if /\.(?:jpe?g|png|gif)$/i;
+	return if /\.svn/i;
         return unless -f $_;
         diag "testing $_" if $ENV{'TEST_VERBOSE'};
         eval { compile_file($_) } and return;


More information about the Rt-commit mailing list