http: add support for disabling SSL revocation checks in cURL
[gitweb.git] / t / t1700-split-index.sh
index f85ba5780397cdca3d3b22ca453f153f43ae86ae..b3b4d83eafc4a031618a3a89fd8ca50353f1a844 100755 (executable)
@@ -433,7 +433,7 @@ test_expect_success 'writing split index with null sha1 does not write cache tre
        commit=$(git commit-tree $tree -p HEAD <msg) &&
        git update-ref HEAD "$commit" &&
        GIT_ALLOW_NULL_SHA1=1 git reset --hard &&
-       (test-tool dump-cache-tree >cache-tree.out || true) &&
+       test_might_fail test-tool dump-cache-tree >cache-tree.out &&
        test_line_count = 0 cache-tree.out
 '