[r-cran-spdep] 14/24: Fix test

Sébastien Villemot sebastien at debian.org
Sun Nov 19 15:23:33 UTC 2017


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

sebastien pushed a commit to annotated tag debian/0.6-15-1
in repository r-cran-spdep.

commit 2fc744817c371bb023feba6546f2e682e3c581ab
Author: Andreas Tille <tille at debian.org>
Date:   Sat Apr 16 06:27:45 2016 +0000

    Fix test
---
 tests/run-unit-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run-unit-test b/tests/run-unit-test
index 06d1e80..00f1c0c 100644
--- a/tests/run-unit-test
+++ b/tests/run-unit-test
@@ -7,7 +7,7 @@ if [ "$ADTTMP" = "" ] ; then
 fi
 cd $ADTTMP
 cp /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP
-gunzip *.gz
+find . -name "*.gz" -exec gunzip \{\} \;
 for rnw in `ls *.[rR]nw` ; do
 rfile=`echo $rnw | sed 's/\.[rR]nw/.R/'`
 R --no-save <<EOT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-spdep.git



More information about the debian-science-commits mailing list