From b39c9a7792824dfa8a05926261315356d9007098 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 10 Dec 2012 11:13:01 +0100 Subject: Set strict debug preconditions during testing --- p11-kit/tests/progname-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'p11-kit/tests/progname-test.c') 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); -- cgit v1.1