diff --git a/qubes/tests/devices_block.py b/qubes/tests/devices_block.py index 33620060..3ff76c14 100644 --- a/qubes/tests/devices_block.py +++ b/qubes/tests/devices_block.py @@ -110,6 +110,8 @@ class TestApp(object): self.env = jinja2.Environment( loader=jinja2.FileSystemLoader([ 'templates', + '/etc/qubes/templates', + '/usr/share/qubes/templates', ]), undefined=jinja2.StrictUndefined) self.domains = {}