diff options
Diffstat (limited to 'p11-kit/tests/pin-test.c')
-rw-r--r-- | p11-kit/tests/pin-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/tests/pin-test.c b/p11-kit/tests/pin-test.c index 5427f8b..1541547 100644 --- a/p11-kit/tests/pin-test.c +++ b/p11-kit/tests/pin-test.c @@ -302,6 +302,7 @@ main (void) CuSuite* suite = CuSuiteNew (); int ret; + setenv ("P11_KIT_STRICT", "1", 1); p11_library_init (); SUITE_ADD_TEST (suite, test_pin_register_unregister); |