Bug 25067: Adjust paths in tests
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
ebb437349e
commit
fbbd169504
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ my $tempdir = tempdir(CLEANUP => 1);
|
|||
|
||||
write_file("$tempdir/files", "$Bin/sample.yml");
|
||||
|
||||
my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-installer "
|
||||
my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-installer "
|
||||
. "-o $tempdir/Koha.pot -f $tempdir/files";
|
||||
|
||||
system($xgettext_cmd);
|
||||
|
|
|
@ -12,7 +12,7 @@ my $tempdir = tempdir(CLEANUP => 1);
|
|||
|
||||
write_file("$tempdir/files", "$Bin/sample.pref");
|
||||
|
||||
my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-pref "
|
||||
my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-pref "
|
||||
. "-o $tempdir/Koha.pot -f $tempdir/files";
|
||||
|
||||
system($xgettext_cmd);
|
||||
|
|
|
@ -12,7 +12,7 @@ my $tempdir = tempdir(CLEANUP => 1);
|
|||
|
||||
write_file("$tempdir/files", "$Bin/sample.tt");
|
||||
|
||||
my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-tt2 --from-code=UTF-8 "
|
||||
my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-tt2 --from-code=UTF-8 "
|
||||
. "-o $tempdir/Koha.pot -f $tempdir/files";
|
||||
|
||||
system($xgettext_cmd);
|
||||
|
|
Loading…
Reference in a new issue