aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgsm/t-import.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/gpgsm/t-import.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/gpgsm/t-import.c b/tests/gpgsm/t-import.c
index b0f8c360..f62ff003 100644
--- a/tests/gpgsm/t-import.c
+++ b/tests/gpgsm/t-import.c
@@ -65,7 +65,6 @@ main (int argc, char **argv)
GpgmeData in;
const char *cert_1 = make_filename ("cert_dfn_pca01.der");
const char *cert_2 = make_filename ("cert_dfn_pca15.der");
- const char *cert_3 = make_filename ("cert_g10code_test1.der");
do
{
@@ -88,14 +87,6 @@ main (int argc, char **argv)
fail_if_err (err);
gpgme_data_release (in);
-
- err = gpgme_data_new_from_file (&in, cert_3, 1);
- fail_if_err (err);
-
- err = gpgme_op_import (ctx, in);
- fail_if_err (err);
-
- gpgme_data_release (in);
gpgme_release (ctx);
}
while (argc > 1 && !strcmp (argv[1], "--loop"));