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