Hopefully fix regression tests in non-English environments
parent
ac8a862a06
commit
60dc17c39c
|
@ -8,4 +8,4 @@ I've never had to understand the Unix locales, so I randomly tried to replace `L
|
|||
- `LANGUAGE=` : fails
|
||||
- `LANGUAGE=C` : works!
|
||||
|
||||
> For maximum precedence it should have been LC_ALL=C. Patch coming soon to http://git.debian.org/?p=users/smcv/ikiwiki.git --[[smcv]]
|
||||
> For maximum precedence it should have been LC_ALL=C. [[done]], I think... --[[smcv]]
|
||||
|
|
|
@ -6,7 +6,7 @@ use Test::More 'no_plan';
|
|||
ok(! system("mkdir t/tmp"));
|
||||
ok(! system("make -q ikiwiki.out"));
|
||||
ok(! system("make extra_install DESTDIR=`pwd`/t/tmp/install PREFIX=/usr >/dev/null"));
|
||||
ok(! system("LANG= perl -T -I. ./ikiwiki.out -plugin smiley -plugin brokenlinks -rebuild -underlaydir=t/tmp/install/usr/share/ikiwiki/basewiki -templatedir=templates t/basewiki_brokenlinks t/tmp/out"));
|
||||
ok(! system("LC_ALL=C perl -T -I. ./ikiwiki.out -plugin smiley -plugin brokenlinks -rebuild -underlaydir=t/tmp/install/usr/share/ikiwiki/basewiki -templatedir=templates t/basewiki_brokenlinks t/tmp/out"));
|
||||
ok(`grep 'no broken links' t/tmp/out/index.html`);
|
||||
ok(-e "t/tmp/out/style.css");
|
||||
ok(! system("rm -rf t/tmp t/basewiki_brokenlinks/.ikiwiki"));
|
||||
|
|
Loading…
Reference in New Issue