From 39c49cbc2c60982dfa017c6b0fcd9f4f57327214 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Oct 2008 14:51:04 -0400 Subject: include dh in syntax check --- t/syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/syntax b/t/syntax index 76fd46ae..f80fa97c 100755 --- a/t/syntax +++ b/t/syntax @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test; -my @progs=grep { -x $_ } glob("dh_*"); +my @progs=grep { -x $_ } glob("dh_*"), "dh"; my @libs=glob("Debian/Debhelper/*.pm"); plan(tests => (@progs + @libs)); -- cgit v1.2.3