summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-21 14:51:04 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-21 14:51:04 -0400
commit39c49cbc2c60982dfa017c6b0fcd9f4f57327214 (patch)
treee07ca9146aa40670b232f04f044e84572eaaee0f /t
parentd6759d6a6c9c354abad02ddfbee6782357c8ed6b (diff)
include dh in syntax check
Diffstat (limited to 't')
-rwxr-xr-xt/syntax2
1 files changed, 1 insertions, 1 deletions
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));