import rt 3.8.10
[freeside.git] / rt / t / web / compilation_errors.t
index 4fd9c40..36a0068 100644 (file)
@@ -5,7 +5,7 @@ use Test::More;
 use File::Find;
 BEGIN {
     sub wanted {
 use File::Find;
 BEGIN {
     sub wanted {
-        -f && /\.html$/ && $_ !~ /Logout.html$/;
+        -f && /\.html$/ && $_ !~ /Logout.html$/ && $File::Find::dir !~ /RichText/;
     }
     my $tests = 4;
     find( sub { wanted() and $tests += 4 }, 'share/html/' );
     }
     my $tests = 4;
     find( sub { wanted() and $tests += 4 }, 'share/html/' );