This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcpan-checksums-perl.

commit 269ee9770e6ce97ad03dfcd49895104463b1d24d
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Aug 13 20:23:58 2015 +0200

    debian/rules: use 'wildcard' instead of 'shell echo'.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2f52a17..2cabd5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 
 override_dh_auto_test:
        # Skip t/00signature.t which is only for upstream release testing
-       dh_auto_test -- TEST_FILES="$(filter-out t/00signature.t,$(shell echo 
t/*.t))"
+       dh_auto_test -- TEST_FILES="$(filter-out t/00signature.t,$(wildcard 
t/*.t))"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcpan-checksums-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to