summaryrefslogtreecommitdiff
path: root/config_test.go
AgeCommit message (Collapse)Author
2015-11-02config_test: properly detect failed config writesAugie Fackler
This patch fixes the setup stage of the config tests to notice when the writes fail (eg $PWD is a read-only filesystem) and to correctly skip the entire test function as a result.
2015-10-08Tests config lookup methodsDavid Pierce
2015-10-08Config#LookupString uses git_buf to load valueDavid Pierce