[debhelper-devel] [debhelper] 01/01: t/pod.t: Also check POD of "dh" and debhelper.pod

Niels Thykier nthykier at moszumanska.debian.org
Thu Aug 24 05:52:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 13d2c1c6c0238e8bec6b958208604656502fdb47
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Aug 24 05:51:19 2017 +0000

    t/pod.t: Also check POD of "dh" and debhelper.pod
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 t/pod.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/pod.t b/t/pod.t
index 8a9c0bf..755fb81 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_*');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list