summaryrefslogtreecommitdiff
path: root/core/text-test.c
AgeCommit message (Collapse)Author
2018-05-03Check that /etc/shadow is actually not readableParide Legovini
In some chrooted build enviroments the build/test process runs with UID=0. In these cases the "Opening file without sufficient permissions" test fails, as /etc/shadow is readable. Let's perform it only if it is actually not readable.
2017-04-08test/core: add a few tests for iterator find functionsMarc André Tanner
2017-02-18test/core: rename files to have distinct namesMarc André Tanner
Having different names for the test driver/actual implementation might make the Travis / Codecov errors less confusing.