1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Remove debug code from regression test pinentry

Also updated de.po
This commit is contained in:
Werner Koch 2011-02-10 20:54:37 +01:00
parent d290f2914a
commit cfbb5760d9
2 changed files with 45 additions and 20 deletions

View file

@ -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