X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2c05a34be17c805d929f0ad563acf857eba1d46b..refs/heads/master:/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();