[med-svn] r17267 - trunk/packages/R/r-cran-evaluate/trunk/debian/tests
Andreas Tille
tille at moszumanska.debian.org
Fri Jun 20 22:25:55 UTC 2014
Author: tille
Date: 2014-06-20 22:25:55 +0000 (Fri, 20 Jun 2014)
New Revision: 17267
Modified:
trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test
Log:
Fix autopkgtest
Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test 2014-06-20 22:11:11 UTC (rev 17266)
+++ trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test 2014-06-20 22:25:55 UTC (rev 17267)
@@ -9,4 +9,4 @@
cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
# Make sure we are using C locale to pass all tests
LC_ALL=C R --no-save < test-all.R
-rm -f $ADTTMP/*
+rm -rf $ADTTMP/*
More information about the debian-med-commit
mailing list