[lmfit-py] 01/01: fix the autopkgtest scripts

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Nov 29 10:43:25 UTC 2015


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

picca pushed a commit to branch master
in repository lmfit-py.

commit b455df3684f5c4039ceaee138f05d7b40c3fb3b1
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Nov 29 11:37:17 2015 +0100

    fix the autopkgtest scripts
---
 debian/tests/python2 | 2 +-
 debian/tests/python3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/python2 b/debian/tests/python2
index 28d8e3e..186b763 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e -u
 
-cp -a  NIST_STRD/"$ADTTMP"
+cp -a  NIST_STRD/ "$ADTTMP"
 cd "$ADTTMP/NIST_STRD"
 
 for python in $(pyversions -i); do
diff --git a/debian/tests/python3 b/debian/tests/python3
index 699919d..41b20e0 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e -u
 
-cp -a  NIST_STRD/"$ADTTMP"
+cp -a  NIST_STRD/ "$ADTTMP"
 cd "$ADTTMP/NIST_STRD"
 
 for python in $(py3versions -i); do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lmfit-py.git



More information about the debian-science-commits mailing list