]> git.donarmstrong.com Git - debhelper.git/commitdiff
include dh in syntax check
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 21 Oct 2008 18:51:04 +0000 (14:51 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 21 Oct 2008 18:51:04 +0000 (14:51 -0400)
t/syntax

index 76fd46ae68626e5aa5f8fa8384697cca04028a79..f80fa97cfaea4c53b0b019ae1dcfcb669a5731ea 100755 (executable)
--- 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));