aboutsummaryrefslogtreecommitdiff
path: root/t/parentlinks.t
diff options
context:
space:
mode:
Diffstat (limited to 't/parentlinks.t')
-rwxr-xr-xt/parentlinks.t4
1 files changed, 3 insertions, 1 deletions
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();