]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/parentlinks.t
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / t / parentlinks.t
index 593937a97f2c7878150080d3af789f86472b8d89..615fa62edd1e7a123810acb130f8eaed4075d43e 100755 (executable)
@@ -4,7 +4,7 @@
 
 use warnings;
 use strict;
-use Test::More 'no_plan';
+use Test::More;
 
 my %expected;
 
@@ -21,7 +21,6 @@ IkiWiki::checkconfig();
 # Test data
 $expected{'parentlinks'} =
   {
-   "" => [],
    "ikiwiki" => [],
    "ikiwiki/pagespec" =>
      [ {depth => 0, height => 2, },
@@ -80,3 +79,5 @@ sub test_loop($$) {
 
 # Main
 test_loop('parentlinks', $expected{'parentlinks'});
+
+done_testing();