aboutsummaryrefslogtreecommitdiff
path: root/core/text-test.c
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Check that /etc/shadow is actually not readableParide Legovini1-1/+1
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é Tanner1-0/+43
2017-02-18test/core: rename files to have distinct namesMarc André Tanner1-0/+204
Having different names for the test driver/actual implementation might make the Travis / Codecov errors less confusing.