]> 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 9b46549038c12b8bc86c316cf7cb3369ded0f77d..615fa62edd1e7a123810acb130f8eaed4075d43e 100755 (executable)
@@ -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();