aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-10 19:54:37 +0000
committerWerner Koch <[email protected]>2011-02-10 19:54:37 +0000
commitcfbb5760d9ab10deee9b1b231fd264130025cbdc (patch)
treeb48e45f6a90e3225aba722496be3617b0659cc6b /tests
parentAdd ECC import regression tests and fixed a regression. (diff)
downloadgnupg-cfbb5760d9ab10deee9b1b231fd264130025cbdc.tar.gz
gnupg-cfbb5760d9ab10deee9b1b231fd264130025cbdc.zip
Remove debug code from regression test pinentry
Also updated de.po
Diffstat (limited to 'tests')
-rwxr-xr-xtests/openpgp/pinentry.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/openpgp/pinentry.sh b/tests/openpgp/pinentry.sh
index c8d05520a..b4b12fcae 100755
--- a/tests/openpgp/pinentry.sh
+++ b/tests/openpgp/pinentry.sh
@@ -7,8 +7,6 @@
# WARRANTY, to the extent permitted by law; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-exec 2>>/tmp/pinentry.err
-
echo "OK - what's up?"
while read cmd rest; do
echo "cmd=$cmd rest=$rest" >&2