summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));