summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-08-24 05:51:19 +0000
committerNiels Thykier <niels@thykier.net>2017-08-24 05:51:19 +0000
commit13d2c1c6c0238e8bec6b958208604656502fdb47 (patch)
tree0a1da10a33d2576e4ad0931a6e21d0a9cee1c0c2 /t
parent3e2178efae2a2ce3ec9b8c56c7709370887a3652 (diff)
t/pod.t: Also check POD of "dh" and debhelper.pod
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 't')
-rwxr-xr-xt/pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pod.t b/t/pod.t
index 8a9c0bf0..755fb818 100755
--- a/t/pod.t
+++ b/t/pod.t
@@ -7,4 +7,4 @@ use Test::More;
eval 'use Test::Pod';
plan skip_all => 'Test::Pod required' if $@;
-all_pod_files_ok(grep { -x $_ } glob 'dh_*');
+all_pod_files_ok('debhelper.pod', grep { -x $_ } 'dh', glob 'dh_*');