diff options
author | Christian Hesse | 2020-10-06 16:32:08 +0200 |
---|---|---|
committer | Christian Hesse | 2020-10-19 20:27:28 +0200 |
commit | 629659d2cffbf059374fc53e6400ff0bebe1ddde (patch) | |
tree | 5447658c87e9aa4331e36ace5ebe295d9ed2952e /tests | |
parent | 205837d4684f331afa93c946cbdfa1fa9b3d1ce9 (diff) | |
download | cgit-629659d2cffbf059374fc53e6400ff0bebe1ddde.tar.gz cgit-629659d2cffbf059374fc53e6400ff0bebe1ddde.tar.bz2 cgit-629659d2cffbf059374fc53e6400ff0bebe1ddde.zip |
git: update to v2.29.0
Update to git version v2.29.0, this requires changes for these
upstream commits:
* dbbcd44fb47347a3fdbee88ea21805b7f4ac0b98
strvec: rename files from argv-array to strvec
* 873cd28a8b17ff21908c78c7929a7615f8c94992
argv-array: rename to strvec
* d70a9eb611a9d242c1d26847d223b8677609305b
strvec: rename struct fields
* 6a67c759489e1025665adf78326e9e0d0981bab5
test-lib-functions: restrict test_must_fail usage
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/t0109-gitconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0109-gitconfig.sh b/tests/t0109-gitconfig.sh index 8cee75c..189ef28 100755 --- a/tests/t0109-gitconfig.sh +++ b/tests/t0109-gitconfig.sh | |||
@@ -25,7 +25,7 @@ test_no_home_access () { | |||
25 | -E CGIT_CONFIG="$PWD/cgitrc" \ | 25 | -E CGIT_CONFIG="$PWD/cgitrc" \ |
26 | -E QUERY_STRING="url=$1" \ | 26 | -E QUERY_STRING="url=$1" \ |
27 | -e access -f -o strace.out cgit && | 27 | -e access -f -o strace.out cgit && |
28 | test_must_fail grep "$non_existent_path" strace.out | 28 | ! grep "$non_existent_path" strace.out |
29 | } | 29 | } |
30 | 30 | ||
31 | test_no_home_access_success() { | 31 | test_no_home_access_success() { |