Bug 16174: Warning in tt_valid.t due to bug 15527
[koha.git] / xt / tt_valid.t
index 4e5174b..7285019 100755 (executable)
@@ -28,7 +28,7 @@ my @themes;
 # OPAC themes
 my $opac_dir  = 'koha-tmpl/opac-tmpl';
 opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!";
-for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) {
+for my $theme ( grep { not /^\.|lib|js|xslt/ } readdir($dh) ) {
     push @themes, "$opac_dir/$theme/en";
 }
 close $dh;