View | Details | Raw Unified | Return to bug 25067
Collapse All | Expand All

(-)a/t/db_dependent/misc/translator/xgettext-installer.t (-1 / +1 lines)
Lines 12-18 my $tempdir = tempdir(CLEANUP => 1); Link Here
12
12
13
write_file("$tempdir/files", "$Bin/sample.yml");
13
write_file("$tempdir/files", "$Bin/sample.yml");
14
14
15
my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-installer "
15
my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-installer "
16
    . "-o $tempdir/Koha.pot -f $tempdir/files";
16
    . "-o $tempdir/Koha.pot -f $tempdir/files";
17
17
18
system($xgettext_cmd);
18
system($xgettext_cmd);
(-)a/t/db_dependent/misc/translator/xgettext-pref.t (-1 / +1 lines)
Lines 12-18 my $tempdir = tempdir(CLEANUP => 1); Link Here
12
12
13
write_file("$tempdir/files", "$Bin/sample.pref");
13
write_file("$tempdir/files", "$Bin/sample.pref");
14
14
15
my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-pref "
15
my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-pref "
16
    . "-o $tempdir/Koha.pot -f $tempdir/files";
16
    . "-o $tempdir/Koha.pot -f $tempdir/files";
17
17
18
system($xgettext_cmd);
18
system($xgettext_cmd);
(-)a/t/db_dependent/misc/translator/xgettext-tt2.t (-2 / +1 lines)
Lines 12-18 my $tempdir = tempdir(CLEANUP => 1); Link Here
12
12
13
write_file("$tempdir/files", "$Bin/sample.tt");
13
write_file("$tempdir/files", "$Bin/sample.tt");
14
14
15
my $xgettext_cmd = "$Bin/../../../misc/translator/xgettext-tt2 --from-code=UTF-8 "
15
my $xgettext_cmd = "$Bin/../../../../misc/translator/xgettext-tt2 --from-code=UTF-8 "
16
    . "-o $tempdir/Koha.pot -f $tempdir/files";
16
    . "-o $tempdir/Koha.pot -f $tempdir/files";
17
17
18
system($xgettext_cmd);
18
system($xgettext_cmd);
19
- 

Return to bug 25067