Commit 66ef8d47 authored by Michal Čihař's avatar Michal Čihař

Fixed path

parent 5d59477b
......@@ -596,7 +596,7 @@ class TranslationTest(RepoTestCase):
'''
subproject = self.create_subproject()
subproject.pre_commit_script = get_test_file(
'../../../examples/hook-generate-mo'
'../../../../examples/hook-generate-mo'
)
appsettings.SCRIPT_CHOICES.append(
(subproject.pre_commit_script, 'hook-generate-mo')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment