[libnet-frame-device-perl] 01/02: debian/rules: use 'wildcard' instead of 'shell echo'.

gregor herrmann gregoa at debian.org
Thu Aug 13 18:26:02 UTC 2015


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

gregoa pushed a commit to branch master
in repository libnet-frame-device-perl.

commit dd6a6e240c350c73e8541d26604a1475b5442011
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 20:25:48 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 38a0191..28001e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 # skip tests that need access to network device
 SKIP_TESTS = $(shell cat debian/tests/pkg-perl/skip-smoke)
-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/libnet-frame-device-perl.git



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