summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/Support/Templates.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Support/Templates.pm b/t/Support/Templates.pm
index 91946507d..fb5303721 100644
--- a/t/Support/Templates.pm
+++ b/t/Support/Templates.pm
@@ -24,7 +24,7 @@ package Support::Templates;
use Support::Files;
-$include_path = "template/default";
+$include_path = "template/en/default";
# Scan Bugzilla's code looking for templates used and put them
# in the @testitems array to be used by the template.t test.