diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 19:41:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 19:41:20 -0400 |
commit | b74b7ab68b983b3f7d9e561eb991b21764cdb3be (patch) | |
tree | 8abb4c1f92d7f34af6fca32471749776e4bc36e8 /t/basewiki_brokenlinks.t | |
parent | d0bd30824ec9c1f2af04d9e3d9b13473c8fcb9d8 (diff) | |
parent | fdf3b7c4b8af5752770a23c94d5427179b9e5605 (diff) |
Merge branch 'master' into autoconfig
Diffstat (limited to 't/basewiki_brokenlinks.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 994e3e377..9753122a0 100755 --- a/t/basewiki_brokenlinks.t +++ b/t/basewiki_brokenlinks.t @@ -4,7 +4,7 @@ use strict; use Test::More 'no_plan'; ok(! system("mkdir t/tmp")); -ok(! system("make -q ikiwiki.out")); +ok(! system("make -s ikiwiki.out")); ok(! system("make extra_install DESTDIR=`pwd`/t/tmp/install PREFIX=/usr >/dev/null")); 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`); |