]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5318-commit-graph.sh
Merge branch 'jk/escaped-wildcard-dwim'
[thirdparty/git.git] / t / t5318-commit-graph.sh
index 3f03de60185738a07f42e291eae649598930d81c..81cf118cb6622b1984811b62df9dc7b9c957e1be 100755 (executable)
@@ -481,7 +481,7 @@ test_expect_success 'detect bad version' '
 '
 
 test_expect_success 'detect bad hash version' '
-       corrupt_graph_and_verify $GRAPH_BYTE_HASH "\02" \
+       corrupt_graph_and_verify $GRAPH_BYTE_HASH "\03" \
                "hash version"
 '