summaryrefslogtreecommitdiffstats
path: root/t/001compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/001compile.t')
-rw-r--r--t/001compile.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/001compile.t b/t/001compile.t
index da95b7327..e061b06c6 100644
--- a/t/001compile.t
+++ b/t/001compile.t
@@ -25,6 +25,7 @@ BEGIN {
use_ok('Bugzilla::Install::Requirements');
use_ok('Bugzilla');
}
+Bugzilla->usage_mode(USAGE_MODE_TEST);
sub compile_file {
my ($file) = @_;