diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-25 12:40:40 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-25 12:40:40 -0400 |
commit | fd7db49f941eab604fcabdf78b3c36c743005d34 (patch) | |
tree | c188748900b9c5dd3ac17744d0aad474bb819477 /t | |
parent | 65c95d2508b01636559faa76acf36b458823f460 (diff) |
Fix test suite to not rely on an installed copy of ikiwiki after underlaydir change. Closes: #530502
Diffstat (limited to 't')
-rwxr-xr-x | t/basewiki_brokenlinks.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/basewiki_brokenlinks.t b/t/basewiki_brokenlinks.t index 479c71a93..2871b1dd2 100755 --- a/t/basewiki_brokenlinks.t +++ b/t/basewiki_brokenlinks.t @@ -14,6 +14,7 @@ foreach my $plugin ("", "listdirectives") { "-plugin smiley ". ($plugin ? "-plugin $plugin " : ""). "-underlaydir=t/tmp/install/usr/share/ikiwiki/basewiki ". + "-set underlaydirbase=t/tmp/install/usr/share/ikiwiki ". "-templatedir=templates t/basewiki_brokenlinks t/tmp/out")); my $result=`grep 'no broken links' t/tmp/out/index.html`; ok(length($result)); |