build wiki in C locale, to ensure that the "no broken links" message is not translated
parent
57a135c92a
commit
7ba4fa760a
|
@ -8,7 +8,7 @@ ok(! system("make -s ikiwiki.out"));
|
|||
ok(! system("make underlay_install DESTDIR=`pwd`/t/tmp/install PREFIX=/usr >/dev/null"));
|
||||
|
||||
foreach my $plugin ("", "listdirectives") {
|
||||
ok(! system("perl -I. ./ikiwiki.out -rebuild -plugin brokenlinks ".
|
||||
ok(! system("LANG=C perl -I. ./ikiwiki.out -rebuild -plugin brokenlinks ".
|
||||
# always enabled because pages link to it conditionally,
|
||||
# which brokenlinks cannot handle properly
|
||||
"-plugin smiley ".
|
||||
|
|
Loading…
Reference in New Issue