summaryrefslogtreecommitdiff
path: root/tests/libgit2/config
Commit message (Collapse)AuthorAgeFilesLines
* config: return `GIT_ENOTFOUND` for missing programdataEdward Thomson2023-04-111-0/+11
| | | | | | When the programdata path is missing, ensure that we pass down the `GIT_ENOTFOUND` error to the caller instead of converting it to a generic `-1`.
* tests: configure temporary homedirs correctlyEdward Thomson2023-02-092-9/+12
| | | | | | Now that we've split the notion of the home directory from the global configuration store, our tests should use the appropriate one based on what they're doing.
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2218-0/+3633
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.