summaryrefslogtreecommitdiffstats
path: root/t/Support/Files.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Support/Files.pm')
-rw-r--r--t/Support/Files.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm
index d24cc2264..6c6e0ee57 100644
--- a/t/Support/Files.pm
+++ b/t/Support/Files.pm
@@ -29,6 +29,7 @@ use File::Find;
@files = glob('*');
find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'Bugzilla');
+push(@files, 'extensions/create.pl');
sub isTestingFile {
my ($file) = @_;