diff options
Diffstat (limited to 'p11-kit/test-pin.c')
-rw-r--r-- | p11-kit/test-pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/test-pin.c b/p11-kit/test-pin.c index 27e20c8..a63bb45 100644 --- a/p11-kit/test-pin.c +++ b/p11-kit/test-pin.c @@ -243,7 +243,7 @@ test_pin_file (void) assert (memcmp (ptr, "yogabbagabba", length) == 0); p11_kit_pin_unref (pin); - pin = p11_kit_pin_request (SRCDIR "/p11-kit/fixtures/nonexistant", uri, "The token", + pin = p11_kit_pin_request (SRCDIR "/p11-kit/fixtures/nonexistent", uri, "The token", P11_KIT_PIN_FLAGS_USER_LOGIN); assert_ptr_eq (NULL, pin); |