diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-07-18 13:31:55 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-07-18 13:31:55 -0700 |
| commit | 3d3874d537af1149c85b73d7c4317ed1b0d0b419 (patch) | |
| tree | 577fde64cf3c19bd7a39bc526a02d49b17113f49 /t/t8001-annotate.sh | |
| parent | Merge branch 'ab/build-gitweb' (diff) | |
| parent | tests: don't assume a .git/info for .git/info/sparse-checkout (diff) | |
| download | git-3d3874d537af1149c85b73d7c4317ed1b0d0b419.tar.gz git-3d3874d537af1149c85b73d7c4317ed1b0d0b419.zip | |
Merge branch 'ab/test-without-templates'
Tweak tests so that they still work when the "git init" template
did not create .git/info directory.
* ab/test-without-templates:
tests: don't assume a .git/info for .git/info/sparse-checkout
tests: don't assume a .git/info for .git/info/exclude
tests: don't assume a .git/info for .git/info/refs
tests: don't assume a .git/info for .git/info/attributes
tests: don't assume a .git/info for .git/info/grafts
tests: don't depend on template-created .git/branches
t0008: don't rely on default ".git/info/exclude"
Diffstat (limited to 't/t8001-annotate.sh')
| -rwxr-xr-x | t/t8001-annotate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t8001-annotate.sh b/t/t8001-annotate.sh index a536a621b2..d7167f5539 100755 --- a/t/t8001-annotate.sh +++ b/t/t8001-annotate.sh @@ -4,6 +4,7 @@ test_description='git annotate' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME +TEST_CREATE_REPO_NO_TEMPLATE=1 . ./test-lib.sh PROG='git annotate' |
