build wiki in C locale, to ensure that the "no broken links" message is not translated

master
Joey Hess 2009-10-14 13:19:44 -04:00
parent 57a135c92a
commit 7ba4fa760a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ".