]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5318-commit-graph.sh
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
[thirdparty/git.git] / t / t5318-commit-graph.sh
index b3f3e515fc011cdc5c3582f7fae38682570b7068..0d012f55e559e83823ff27235f60a83b1ba4c5fd 100755 (executable)
@@ -377,7 +377,7 @@ corrupt_graph_verify() {
        test_must_fail git commit-graph verify 2>test_err &&
        grep -v "^+" test_err >err &&
        test_i18ngrep "$grepstr" err &&
-       test_might_fail git status --short
+       git status --short
 }
 
 # usage: corrupt_graph_and_verify <position> <data> <string> [<zero_pos>]