mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 11:59:58 +00:00
08003f6440
If you try to run git-using tests while the GIT_DIR environment variable (and GIT_WORK_TREE, etc) happens to be set, the tests are going to do fun and exciting things on a repository that isn't the test repository it tries to set up. As it turns out, if you try to run "make test" using git rebase -x, you'll end up with GIT_DIR set to the syzkaller tree. Hilarity ensues. Unset GIT_DIR, GIT_WORK_TREE and a few other environment variables when invoking git - that way it'll default to looking at the working directory that we have given it, which is what we expect. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> |
||
---|---|---|
.. | ||
akaros.go | ||
freebsd.go | ||
fuchsia.go | ||
git_repo_test.go | ||
git_test_util.go | ||
git_test.go | ||
git.go | ||
linux.go | ||
netbsd.go | ||
openbsd.go | ||
testos.go | ||
vcs_test.go | ||
vcs.go |