Description: drop sh prefix in openpgp test environment
 Drop sh prefix from openpgp tests as it leads to exec invocations of
 sh /bin/bash leading to syntax errors from sh.  Fixes FTBFS detected
 in archive rebuild.
 Confirmed this has been fixed (differently) in the upstream Debian
 version.
Author: Andy Whitcroft <apw@canonical.com>
Last-Update: 2013-09-20

Index: gnupg2-2.0.20/tests/openpgp/Makefile.am
===================================================================
--- gnupg2-2.0.20.orig/tests/openpgp/Makefile.am	2013-09-20 14:31:30.052109208 +0100
+++ gnupg2-2.0.20/tests/openpgp/Makefile.am	2013-09-20 14:31:30.048109193 +0100
@@ -25,7 +25,7 @@
 
 
 TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
-		    ../../agent/gpg-agent --quiet --daemon sh
+		    ../../agent/gpg-agent --quiet --daemon
 
 
 TESTS = version.test mds.test \
