summaryrefslogtreecommitdiff
path: root/t/pod.t
diff options
context:
space:
mode:
Diffstat (limited to 't/pod.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_*');