[med-svn] [r-cran-plyr] 01/01: Really set locale properly
Andreas Tille
tille at debian.org
Fri Jun 20 17:13:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-plyr.
commit f1eafae94c884ab872c5a83b7e5d071834ea0ab5
Author: Andreas Tille <tille at debian.org>
Date: Fri Jun 20 19:12:44 2014 +0200
Really set locale properly
---
debian/tests/run-unit-test | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 9c15f23..e1b247d 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -2,12 +2,11 @@
pkg=r-cran-plyr
-# Make sure we are using C locale to pass all tests
-LC_ALL=C
if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $ADTTMP
cp /usr/share/doc/${pkg}/tests/* $ADTTMP
-R --no-save < test-all.R
+# Make sure we are using C locale to pass all tests
+LC_ALL=C R --no-save < test-all.R
rm -f $ADTTMP/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-plyr.git
More information about the debian-med-commit
mailing list