From 96729cafc3c178b54da271c9ba5cbb51a69cccab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Oct 2009 14:26:06 -0400 Subject: [PATCH 1/1] override LC_ALL, not LANG --- t/basewiki_brokenlinks.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ". -- 2.44.0