X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/729991564ec7e1116fc023c51e73b47af8b6fce7..3b9c14511a7fe32deeb918d292139a84bf093743:/t/parentlinks.t diff --git a/t/parentlinks.t b/t/parentlinks.t index 9b4654903..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; @@ -79,3 +79,5 @@ sub test_loop($$) { # Main test_loop('parentlinks', $expected{'parentlinks'}); + +done_testing();