libgit2/tests/config
Russell Belfer 0f603132bc Improve handling of fake home directory
There are a few tests that set up a fake home directory and a
fake GLOBAL search path so that we can test things in global
ignore or attribute or config files.  This cleans up that code to
work more robustly even if there is a test failure.  This also
fixes some valgrind warnings where scanning search paths for
separators could end up doing a little bit of sketchy data access
when coming to the end of search list.
2014-05-02 09:21:33 -07:00
..
add.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
backend.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
config_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
config_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
configlevel.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
global.c Improve handling of fake home directory 2014-05-02 09:21:33 -07:00
include.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
multivar.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
new.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
read.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
refresh.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
stress.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
validkeyname.c Improve GIT_EUSER handling 2013-12-11 10:57:49 -08:00
write.c Improve GIT_EUSER handling 2013-12-11 10:57:49 -08:00