summaryrefslogtreecommitdiffstats
path: root/src/tests/sss_config-tests.c
Commit message (Collapse)AuthorAgeFilesLines
* TESTS: fgetc returns int, not charJakub Hrozek2014-06-021-1/+1
| | | | | | | We used "char c = fgetc()" where we should have used "int c = fgetc()" This bug caused errors on big-endian architectures. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* sss_config: unit testsPavel Březina2014-05-141-0/+884
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>