override LC_ALL, not LANG
parent
2fced917a5
commit
96729cafc3
|
@ -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 ".
|
||||
|
|
Loading…
Reference in New Issue