| author | Joey Hess <joey@kodama.kitenet.net> | |
| Tue, 21 Oct 2008 18:51:04 +0000 (14:51 -0400) | ||
| committer | Joey Hess <joey@kodama.kitenet.net> | |
| Tue, 21 Oct 2008 18:51:04 +0000 (14:51 -0400) |
| t/syntax | patch | blob | history |
diff --git a/t/syntax b/t/syntax
--- a/t/syntax
+++ b/t/syntax
#!/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));
