* Fix FTBFS in test suite introduced in last version. Closes: #425891
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 24 May 2007 20:21:45 +0000 (20:21 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 24 May 2007 20:21:45 +0000 (20:21 +0000)
debian/changelog
t/basewiki_brokenlinks.t

index bfa8cdf40d6b1ce60fcd6ea9ae84ba500b7f6494..448a43a7ba1b2b92a4d76084e6b40c4aff12c0dd 100644 (file)
@@ -15,8 +15,9 @@ ikiwiki (2.2) UNRELEASED; urgency=low
     the same way, this prevents complications in dealing with two pages
     creating the same file. The move will be handled transparently, though you
     might want to rebuild your wiki to make it occur in one step.
+  * Fix FTBFS in test suite introduced in last version. Closes: #425891
 
- -- Joey Hess <joeyh@debian.org>  Thu, 24 May 2007 15:31:03 -0400
+ -- Joey Hess <joeyh@debian.org>  Thu, 24 May 2007 16:09:59 -0400
 
 ikiwiki (2.1) unstable; urgency=low
 
index d15924036e5878508fecb5798b4b4faf990ca44b..f70394b85f02553ecdec8329ebe0eec5a610c51e 100644 (file)
@@ -4,6 +4,6 @@ use strict;
 use Test::More tests => 3;
 
 ok(! system("make ikiwiki.out"));
-ok(! system("./ikiwiki.out -plugin brokenlinks -rebuild -underlaydir=basewiki t/basewiki_brokenlinks t/basewiki_brokenlinks/out"));
+ok(! system("PERL5LIB=. ./ikiwiki.out -plugin brokenlinks -rebuild -underlaydir=basewiki t/basewiki_brokenlinks t/basewiki_brokenlinks/out"));
 ok(`grep 'no broken links' t/basewiki_brokenlinks/out/index.html`);
 system("rm -rf t/basewiki_brokenlinks/out t/basewiki_brokenlinks/.ikiwiki");