diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-14 13:19:44 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-14 13:19:44 -0400 |
commit | 7ba4fa760a238a135b2fc2074044454b5b9a177e (patch) | |
tree | 4fca52ffec124327045eb2162d197fb652c32d55 /t | |
parent | 57a135c92ac33f792d138fcdbeb72e8ad5f37670 (diff) | |
download | ikiwiki-7ba4fa760a238a135b2fc2074044454b5b9a177e.tar ikiwiki-7ba4fa760a238a135b2fc2074044454b5b9a177e.tar.gz |
build wiki in C locale, to ensure that the "no broken links" message is not translated
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 d74f64e36..2dd950832 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("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 ". |