summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-05 22:51:27 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-05 22:51:27 +0200
commit20fc2ea82a145bf1ce8ce663b756a202932d9560 (patch)
tree3ad5c10c3f6131191193315c5d48cfad57f888b3
parent2006883142f0cb9779df46a56c2f69b61f61a28c (diff)
downloadgnutls-20fc2ea82a145bf1ce8ce663b756a202932d9560.tar.gz
Make it run without PKCS12FILE for typical scenarios.
-rw-r--r--tests/set_pkcs12_cred.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index 8794abed66..8e292d484b 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2006 Free Software Foundation
+ * Copyright (C) 2005, 2006, 2008 Free Software Foundation
*
* Author: Simon Josefsson
*
@@ -47,7 +47,7 @@ doit (void)
password = getenv ("PKCS12PASSWORD");
if (!file)
- file = "client.p12";
+ file = "pkcs12-decode/client.p12";
if (!password)
password = "foobar";