diff options
author | Werner Koch <[email protected]> | 2011-02-10 19:54:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-02-10 19:54:37 +0000 |
commit | cfbb5760d9ab10deee9b1b231fd264130025cbdc (patch) | |
tree | b48e45f6a90e3225aba722496be3617b0659cc6b /tests | |
parent | Add ECC import regression tests and fixed a regression. (diff) | |
download | gnupg-cfbb5760d9ab10deee9b1b231fd264130025cbdc.tar.gz gnupg-cfbb5760d9ab10deee9b1b231fd264130025cbdc.zip |
Remove debug code from regression test pinentry
Also updated de.po
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp/pinentry.sh | 2 |
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 |