Bug 25067: Adjust paths in tests

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2020-11-06 16:59:40 +01:00
parent ebb437349e
commit fbbd169504
3 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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);

View file

@ -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);