override LC_ALL, not LANG

master
Joey Hess 2009-10-15 14:26:06 -04:00
parent 2fced917a5
commit 96729cafc3
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("LANG=C perl -I. ./ikiwiki.out -rebuild -plugin brokenlinks ".
ok(! system("LC_ALL=C perl -I. ./ikiwiki.out -rebuild -plugin brokenlinks ".
# always enabled because pages link to it conditionally,
# which brokenlinks cannot handle properly
"-plugin smiley ".