summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/test-certificate.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/gkm/test-certificate.c')
-rw-r--r--pkcs11/gkm/test-certificate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkcs11/gkm/test-certificate.c b/pkcs11/gkm/test-certificate.c
index 9356ad2e..a74577c2 100644
--- a/pkcs11/gkm/test-certificate.c
+++ b/pkcs11/gkm/test-certificate.c
@@ -53,7 +53,7 @@ setup_basic (Test* test,
test->module = mock_module_initialize_and_enter ();
test->session = mock_module_open_session (TRUE);
- if (!g_file_get_contents (SRCDIR "/fixtures/test-certificate-1.der", &data, &length, NULL))
+ if (!g_file_get_contents (SRCDIR "/pkcs11/gkm/fixtures/test-certificate-1.der", &data, &length, NULL))
g_assert_not_reached ();
test->certificate_data = g_bytes_new_take (data, length);