]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/basewiki_brokenlinks.t
Merge branch 'master' into dependency-types
[ikiwiki.git] / t / basewiki_brokenlinks.t
index 2871b1dd20524836df0451b3e335a022d25f1724..d74f64e362f6e0822ec953e2eda2ce95c05764ea 100755 (executable)
@@ -5,10 +5,10 @@ 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("LC_ALL=C perl -I. ./ikiwiki.out -rebuild -plugin brokenlinks ".
+       ok(! system("perl -I. ./ikiwiki.out -rebuild -plugin brokenlinks ".
                        # always enabled because pages link to it conditionally,
                        # which brokenlinks cannot handle properly
                        "-plugin smiley ".