summaryrefslogtreecommitdiff
path: root/tests/set_pkcs12_cred.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-28 13:37:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-28 18:26:57 +0200
commit97326e86769460faeb091ea35d5ad1f76c9df7f7 (patch)
tree64a5be1722c3e8b293f817795f3e7f606bac601f /tests/set_pkcs12_cred.c
parent8fb13655271cf34266d46d7196fc8feb1dec7ebe (diff)
downloadgnutls-97326e86769460faeb091ea35d5ad1f76c9df7f7.tar.gz
tests: updated paths for new location of p12 files
Diffstat (limited to 'tests/set_pkcs12_cred.c')
-rw-r--r--tests/set_pkcs12_cred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index 6dcd572de5..8e45047467 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -72,7 +72,7 @@ void doit(void)
path = getenv("PKCS12PATH");
if (!path)
- path = "pkcs12-decode/";
+ path = "cert-tests/data/";
snprintf(file, sizeof(file), "%s/%s", path, files[i].file);