Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(no commit message)
[git.ikiwiki.info.git]
/
t
/
parentlinks.t
diff --git
a/t/parentlinks.t
b/t/parentlinks.t
index 9b46549038c12b8bc86c316cf7cb3369ded0f77d..615fa62edd1e7a123810acb130f8eaed4075d43e 100755
(executable)
--- a/
t/parentlinks.t
+++ b/
t/parentlinks.t
@@
-4,7
+4,7
@@
use warnings;
use strict;
use warnings;
use strict;
-use Test::More
'no_plan'
;
+use Test::More;
my %expected;
my %expected;
@@
-79,3
+79,5
@@
sub test_loop($$) {
# Main
test_loop('parentlinks', $expected{'parentlinks'});
# Main
test_loop('parentlinks', $expected{'parentlinks'});
+
+done_testing();