summaryrefslogtreecommitdiff
path: root/trust/tests/test-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/tests/test-session.c')
-rw-r--r--trust/tests/test-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/tests/test-session.c b/trust/tests/test-session.c
index d420d5c..e9031f2 100644
--- a/trust/tests/test-session.c
+++ b/trust/tests/test-session.c
@@ -53,7 +53,7 @@ struct {
static void
setup (CuTest *cu)
{
- test.token = p11_token_new ("", "");
+ test.token = p11_token_new ("");
CuAssertPtrNotNull (cu, test.token);
test.session = p11_session_new (test.token);