diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-15 14:26:06 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-15 14:26:06 -0400 |
commit | 96729cafc3c178b54da271c9ba5cbb51a69cccab (patch) | |
tree | b1f0cc9df2ccdd6693e67b98d93d5141604336b5 /t | |
parent | 2fced917a5aff2019701c5f4986659f79b31ab9e (diff) |
override LC_ALL, not LANG
Diffstat (limited to 't')
-rwxr-xr-x | t/basewiki_brokenlinks.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/basewiki_brokenlinks.t b/t/basewiki_brokenlinks.t index 2dd950832..74ddc61c5 100755 --- a/t/basewiki_brokenlinks.t +++ b/t/basewiki_brokenlinks.t @@ -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 ". |