diff options
| author | June McEnroe <june@causal.agency> | 2022-02-13 12:07:49 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2022-02-13 12:10:49 -0500 |
| commit | 516175469a8c6895496ef909b487992deb45f460 (patch) | |
| tree | e0e8b4d38f05e870089de8babc0d3aca3bb4d3b0 /tests/t0109-gitconfig.sh | |
| parent | Fix crash trying to print "this commit" on 404s (diff) | |
| parent | git: update to v2.32.0 (diff) | |
| download | cgit-wires-516175469a8c6895496ef909b487992deb45f460.tar.gz | |
Merge up to git v2.32.0
Diffstat (limited to 'tests/t0109-gitconfig.sh')
| -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() { |