summaryrefslogtreecommitdiff
path: root/p11-kit/tests/progname-test.c
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-12-10 11:13:01 +0100
committerStef Walter <stefw@gnome.org>2013-01-09 13:49:44 +0100
commitb39c9a7792824dfa8a05926261315356d9007098 (patch)
treee4d688ab8917f009fea5e945e3b9a101ab8f53fb /p11-kit/tests/progname-test.c
parent3ebc9a78d4bca0b630a8b887ab93d6cc654f2cb2 (diff)
Set strict debug preconditions during testing
Diffstat (limited to 'p11-kit/tests/progname-test.c')
-rw-r--r--p11-kit/tests/progname-test.c1
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);