From d90002b8d7e163af9d536d4b5f1d0055f7227545 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 30 Nov 2015 17:53:40 +0000 Subject: tests: consistently use done_testing instead of no_plan --- t/parentlinks.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '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(); -- cgit v1.2.3