[Pkg-gnupg-commit] [gnupg2] 01/09: re-indent debian/tests/gpgv-win32

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Apr 1 16:20:26 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit bbe8cf8a702259b4208e2cdaea7d4b1d548fb7dc
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Mar 30 13:27:37 2016 -0400

    re-indent debian/tests/gpgv-win32
---
 debian/tests/gpgv-win32 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/tests/gpgv-win32 b/debian/tests/gpgv-win32
index 3811743..eac45d9 100644
--- a/debian/tests/gpgv-win32
+++ b/debian/tests/gpgv-win32
@@ -7,18 +7,18 @@ export GNUPGHOME=$(mktemp -d)
 arch=$(dpkg --print-architecture)
 
 case "$arch" in
-     amd64)
-          echo "I: setting up multiarch"
-          dpkg --add-architecture i386
-          apt-get update # FIXME you might want to try this up to some N times to avoid failures on temporary network issues
-          ;;
-     i386)
-          : nothing, tests should just work
-          ;;
-     *)
-          echo "I: skipping tests, only works on amd64 or i386"
-          exit
-          ;;
+    amd64)
+        echo "I: setting up multiarch"
+        dpkg --add-architecture i386
+        apt-get update # FIXME you might want to try this up to some N times to avoid failures on temporary network issues
+    ;;
+    i386)
+        : nothing, tests should just work
+        ;;
+    *)
+        echo "I: skipping tests, only works on amd64 or i386"
+        exit
+        ;;
 esac
 
 DEBIAN_FRONTEND=noninteractive apt-get install -qy wine32 # FIXME ditto

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list