diff options
| author | Christian Hesse <mail@eworm.de> | 2026-06-17 21:44:45 +0200 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2026-06-30 12:38:20 +0200 |
| commit | 932dc064573a62e195956881f9a5282192ba9525 (patch) | |
| tree | a2a9a96998a3a9798a0ed825534560aeebb12c4a /tests | |
| parent | 044821677c774cd24f25f1818ea51d09cc64b006 (diff) | |
| download | cgit-932dc064573a62e195956881f9a5282192ba9525.tar.gz cgit-932dc064573a62e195956881f9a5282192ba9525.tar.bz2 cgit-932dc064573a62e195956881f9a5282192ba9525.zip | |
git: update to v2.55.0ch/git-2-55
Update to git version v2.55.0, this requires a change for this
upstream commit:
* a80a8e3ea6a070185840219778df24db832899f6
setup: stop using `the_repository` in `setup_git_directory_gently()`
* ffe8005b9d8e0cf1b5d5d796ca4da76fbe219011
t: detect errors outside of test cases
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/setup.sh b/tests/setup.sh index 8db810f..f1beef9 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -45,6 +45,7 @@ IFS=$OLDIFS : ${TEST_DIRECTORY=$(pwd)/../git/t} : ${TEST_OUTPUT_DIRECTORY=$(pwd)} TEST_NO_CREATE_REPO=YesPlease +GIT_TEST_USE_SET_E=false . "$TEST_DIRECTORY"/test-lib.sh # Prepend the directory containing cgit to PATH. |
