summaryrefslogtreecommitdiff
path: root/tests/t0109-gitconfig.sh
AgeCommit message (Collapse)Author
2013-04-08tests: Make sure that git does not access $HOMEJason A. Donenfeld
With the latest changes to prevent git from accessing configuration files that it should not, it's important to be sure that we won't have further breakage in the future. Use strace to implement a test to make sure cgit does not access() anything built from $HOME. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>