summaryrefslogtreecommitdiff
path: root/t/size
diff options
context:
space:
mode:
Diffstat (limited to 't/size')
-rwxr-xr-xt/size3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/size b/t/size
index fb915544..d8b98964 100755
--- a/t/size
+++ b/t/size
@@ -5,8 +5,7 @@
# bug.
use Test::More;
-# exclude dh_python since it's deprecated
-my @progs=grep { -x $_ && !/dh_python/ } glob("dh_*");
+my @progs=grep { -x $_ } glob("dh_*");
plan(tests => (@progs + @progs));