[lemonldap-ng] 01/01: Remove spaces

Xavier Guimard xguimard-guest at moszumanska.debian.org
Wed Nov 9 20:23:26 UTC 2016


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

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit b3d3e5043b9a15a24ea5f7fe59bddca0c645e818
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Nov 9 21:21:43 2016 +0100

    Remove spaces
---
 debian/tests/lib/build-deps.d/smoke | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/tests/lib/build-deps.d/smoke b/debian/tests/lib/build-deps.d/smoke
index d7b53aa..f1b0de6 100755
--- a/debian/tests/lib/build-deps.d/smoke
+++ b/debian/tests/lib/build-deps.d/smoke
@@ -82,7 +82,7 @@ EOF
     if [ -x $setup_file ]
     then
         ( export TMPDIR; $setup_file )
-    
+
         # Evaluate skip list a second time since smoke-setup might have
         # generated some of the to-be-skipped files.
         if [ -r $skip_list ]; then
@@ -91,28 +91,28 @@ EOF
             done
         fi
     fi
-    
+
     tests_file=$(pwd)/debian/tests/pkg-perl/smoke-tests
     cd $TMPDIR
     if [ -r $tests_file ]; then
         test_targets=$(eval ls -d $(egrep -v '^#' $tests_file) 2>/dev/null || true)
     fi
-    
+
     if command -v xvfb-run >/dev/null
     then
         XVFB="xvfb-run -a"
     else
         XVFB=
     fi
-    
+
     if [ -z "$test_targets" ] && [ -d t ]; then test_targets=$(ls -d t/*.t 2>/dev/null || true); fi
-    
+
     if [ ! -n "$test_targets" ]; then
         echo 'Nothing to prove, skipping.'
     else
         $XVFB prove -I"$TMPDIR" --blib --verbose $PKG_PERL_PROVE_ARGS $test_targets 2>&1
     fi
-    
+
     if [ -f test.pl ]; then $XVFB perl -I"$TMPDIR" ./test.pl; fi 2>&1
 
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list