diff options
author | Christian Hesse <mail@eworm.de> | 2020-10-06 16:32:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-10-19 20:27:28 +0200 |
commit | 629659d2cffbf059374fc53e6400ff0bebe1ddde (patch) | |
tree | 5447658c87e9aa4331e36ace5ebe295d9ed2952e /tests | |
parent | git: update to v2.28.0 (diff) | |
download | cgit-pink-629659d2cffbf059374fc53e6400ff0bebe1ddde.tar.gz cgit-pink-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 '')
-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 () { -E CGIT_CONFIG="$PWD/cgitrc" \ -E QUERY_STRING="url=$1" \ -e access -f -o strace.out cgit && - test_must_fail grep "$non_existent_path" strace.out + ! grep "$non_existent_path" strace.out } test_no_home_access_success() { |