summaryrefslogtreecommitdiffstats
path: root/t/Support
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-10-07 08:22:45 +0200
committerjake%acutex.net <>2001-10-07 08:22:45 +0200
commit15b28b225f4919d8362228929a7dd584e7723dfa (patch)
tree642bb7c45cd2d7b4785edb6aa8fa88b0873b572f /t/Support
parent934948d1e59b99f23083e73c17344806cd25084b (diff)
downloadbugzilla-15b28b225f4919d8362228929a7dd584e7723dfa.tar.gz
bugzilla-15b28b225f4919d8362228929a7dd584e7723dfa.tar.xz
Allow compile tests for files that run in taint mode
No review needed for tests at this time. NOT PART OF BUILD
Diffstat (limited to 't/Support')
-rw-r--r--t/Support/Files.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm
index c31cd75c4..9235b5c70 100644
--- a/t/Support/Files.pm
+++ b/t/Support/Files.pm
@@ -33,8 +33,8 @@
package Support::Files;
-@additional_files = ('syncshadowdb');
-@exclude_files = ('processmail','importxml.pl');
+@additional_files = ('syncshadowdb','processmail');
+@exclude_files = ('importxml.pl');
$file = '*';
@files = glob($file);