From c62ddd06ff62e627ffd411b8ccb0fa881e1591d0 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 25 Nov 2009 05:02:55 +0000 Subject: Bug 530252: Create a script that sets up the framework of an extension Patch by Max Kanat-Alexander (module owner) a=mkanat --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index 5a9e48bac..e6ae4c13a 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -96,7 +96,7 @@ foreach my $path (@Support::Templates::include_paths) { foreach my $file (@testitems) { # There are some files we don't check, because there is no need to # filter their contents due to their content-type. - if ($file =~ /\.(txt|png)\.tmpl$/) { + if ($file =~ /\.(pm|txt|png)\.tmpl$/) { ok(1, "($lang/$flavor) $file is filter-safe"); next; } -- cgit v1.2.3-24-g4f1b