From 39c49cbc2c60982dfa017c6b0fcd9f4f57327214 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kodama.kitenet.net>
Date: Tue, 21 Oct 2008 14:51:04 -0400
Subject: [PATCH] include dh in syntax check

---
 t/syntax | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/syntax b/t/syntax
index 76fd46a..f80fa97 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));
-- 
2.39.5