aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-11-30 17:53:40 +0000
committerSimon McVittie <smcv@debian.org>2015-11-30 18:26:23 +0000
commitd90002b8d7e163af9d536d4b5f1d0055f7227545 (patch)
tree62b35db7bb95b9e5576c14eafc333e3f801dee79 /t
parent6b322448ca57a3f23dbba975f84bcbb822a36413 (diff)
downloadikiwiki-d90002b8d7e163af9d536d4b5f1d0055f7227545.tar
ikiwiki-d90002b8d7e163af9d536d4b5f1d0055f7227545.tar.gz
tests: consistently use done_testing instead of no_plan
Diffstat (limited to '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();