diff options
author | Werner Koch <wk@gnupg.org> | 2011-02-10 20:16:06 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-02-10 20:45:37 +0100 |
commit | d290f2914abe0a279b7674c915e1b752353812b8 (patch) | |
tree | e13f2209d3c60db62d28e1299a5b91f5a7bcbc82 /tests/openpgp/version.test | |
parent | Replace printf by es_printf in keyserver.c (diff) | |
download | gnupg2-d290f2914abe0a279b7674c915e1b752353812b8.tar.xz gnupg2-d290f2914abe0a279b7674c915e1b752353812b8.zip |
Add ECC import regression tests and fixed a regression.
The import test imports the keys as needed and because they are
passphrase protected we now need a pinentry script to convey the
passphrase to gpg-agent.
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/version.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/openpgp/version.test b/tests/openpgp/version.test index ed0f6c449..cae8b6840 100755 --- a/tests/openpgp/version.test +++ b/tests/openpgp/version.test @@ -28,7 +28,7 @@ else fi if [ -d private-keys-v1.d ]; then rm private-keys-v1.d/* 2>/dev/null || true - rmdir private-keys-v1.d + rmdir private-keys-v1.d fi for i in pubring.gpg pubring.gpg~ trustdb.gpg trustdb.gpg~ ; do [ -d "$i" ] && rm "$i" @@ -102,5 +102,3 @@ info "Printing the GPG version" $GPG --version #fixme: check that the output is as expected - - |