diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 13:16:59 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 13:16:59 +0200 |
commit | 68fa7b5f8c2b37a835dc7562b1f9cf22cad45802 (patch) | |
tree | f7a700b69f9b696f54eff2d651334288f0117c10 /t | |
parent | 5efda4da294e37a98b04561f475b186ae8c64138 (diff) | |
download | ikiwiki-68fa7b5f8c2b37a835dc7562b1f9cf22cad45802.tar ikiwiki-68fa7b5f8c2b37a835dc7562b1f9cf22cad45802.tar.gz |
use underlay_install as optimisaton
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 fd0037492..d74f64e36 100755 --- a/t/basewiki_brokenlinks.t +++ b/t/basewiki_brokenlinks.t @@ -5,7 +5,7 @@ use Test::More 'no_plan'; ok(! system("rm -rf t/tmp; mkdir t/tmp")); ok(! system("make -s ikiwiki.out")); -ok(! system("make extra_install DESTDIR=`pwd`/t/tmp/install PREFIX=/usr >/dev/null")); +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 ". |