summaryrefslogtreecommitdiff
path: root/p11-kit/tests/test-conf.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't load configs from user directory when setuidStef Walter2013-07-181-0/+39
| | | | | | | When running as setuid() or setgid() don't access the user's home directory, or use $HOME environment variables. https://bugzilla.redhat.com/show_bug.cgi?id=985014
* Our own unit testing frameworkStef Walter2013-05-211-0/+414
* Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code