summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-07-19 18:49:11 -0400
committerJoey Hess <joey@kitenet.net>2013-07-19 18:49:11 -0400
commit6d994134a907ab4bce94749bda9994a267d45008 (patch)
tree2e3402f2146a1c8b5ba6538f048c62a8afecc0d4 /t
parent91e3ae6aa5a49de6b39514e43253641fc8093fc0 (diff)
dh_python: Removed this deprecated and unused command. Closes: #717374 (Thanks, Luca Falavigna)
Diffstat (limited to 't')
-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));