[med-svn] [mummer] 01/02: Fix test script

Andreas Tille tille at debian.org
Sun Jul 24 05:54:41 UTC 2016


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

tille pushed a commit to branch master
in repository mummer.

commit 2573f12789e7c561ca71e4ee864b522daea44cf1
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jul 24 07:46:34 2016 +0200

    Fix test script
---
 debian/tests/run-unit-test | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 52209e0..2e71dda 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -10,8 +10,7 @@ fi
 cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
 
 cd $AUTOPKGTEST_TMP/
-ls -R
-gunzip ./{input,expected}/*.gz
+find . -name "*.gz" -exec gunzip \{\} \;
 mkdir output/ && cd output/
 
 echo "--------promer----"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mummer.git



More information about the debian-med-commit mailing list