X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/35668b87d3247a7de6c4dbb9edd7e0d909603524..aaca2df33c25b707bcddc2a8b2c922fd952c8cd1:/t/parentlinks.t diff --git a/t/parentlinks.t b/t/parentlinks.t index 593937a97..615fa62ed 100755 --- a/t/parentlinks.t +++ b/t/parentlinks.t @@ -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();