diff options
Diffstat (limited to 'p11-kit/tests/test-iter.c')
-rw-r--r-- | p11-kit/tests/test-iter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/tests/test-iter.c b/p11-kit/tests/test-iter.c index 31f25e4..275d2d2 100644 --- a/p11-kit/tests/test-iter.c +++ b/p11-kit/tests/test-iter.c @@ -1098,7 +1098,7 @@ main (void) CuSuite* suite = CuSuiteNew (); int ret; - setenv ("P11_KIT_STRICT", "1", 1); + putenv ("P11_KIT_STRICT=1"); p11_library_init (); mock_module_init (); |