[libhttp-tiny-perl] 01/02: debian/rules: use 'wildcard' instead of 'shell echo'.

gregor herrmann gregoa at debian.org
Thu Aug 13 18:24:56 UTC 2015


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

gregoa pushed a commit to branch master
in repository libhttp-tiny-perl.

commit 28c4f76f55f47dfdb84c93c761b7c3997a95d8d4
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 20:24:44 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 b39a9b4..a7dc8c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 SKIP_TESTS = t/200_live.t t/200_live_local_ip.t t/210_live_ssl.t
-TEST_FILES = $(filter-out $(SKIP_TESTS),$(shell echo t/*.t))
+TEST_FILES = $(filter-out $(SKIP_TESTS),$(wildcard t/*.t))
 
 %:
 	dh $@

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



More information about the Pkg-perl-cvs-commits mailing list