]> gitweb.ps.run Git - ps-cgit/blobdiff - tests/t0109-gitconfig.sh
git: update to v2.29.0
[ps-cgit] / tests / t0109-gitconfig.sh
index 8cee75cd00b3a2a947b238263b24fa80cd4da417..189ef281662007a61aea57c0a0271ce5f274357e 100755 (executable)
@@ -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() {