X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/729991564ec7e1116fc023c51e73b47af8b6fce7..6cefe56f56a88e8398731f86b52e072d4758c715:/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();