summaryrefslogtreecommitdiff
path: root/t/t5318-commit-graph.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-05 22:34:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-02-05 22:34:59 (GMT)
commitf52ab33616ee1d241f2292f1c1e47ba84a263523 (patch)
tree16666694b7aac3118a9e6527baef10d522ad9490 /t/t5318-commit-graph.sh
parent25794d6ce9f34ed5dedc569c5050afdb04518744 (diff)
parent277eb5af7c83f0022a5c95a6d92dfe0c6072fc64 (diff)
downloadgit-f52ab33616ee1d241f2292f1c1e47ba84a263523.zip
git-f52ab33616ee1d241f2292f1c1e47ba84a263523.tar.gz
git-f52ab33616ee1d241f2292f1c1e47ba84a263523.tar.bz2
Merge branch 'bc/hash-independent-tests-part-7'
Preparation of test scripts for the day when the object names will use SHA-256 continues. * bc/hash-independent-tests-part-7: t5604: make hash independent t5601: switch into repository to hash object t5562: use $ZERO_OID t5540: make hash size independent t5537: make hash size independent t5530: compute results based on object length t5512: abstract away SHA-1-specific constants t5510: make hash size independent t5504: make hash algorithm independent t5324: make hash size independent t5319: make test work with SHA-256 t5319: change invalid offset for SHA-256 compatibility t5318: update for SHA-256 t4300: abstract away SHA-1-specific constants t4204: make hash size independent t4202: abstract away SHA-1-specific constants t4200: make hash size independent t4134: compute appropriate length constant t4066: compute index line in diffs t4054: make hash-size independent
Diffstat (limited to 't/t5318-commit-graph.sh')
-rwxr-xr-xt/t5318-commit-graph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5318-commit-graph.sh b/t/t5318-commit-graph.sh
index 3f03de6..81cf118 100755
--- a/t/t5318-commit-graph.sh
+++ b/t/t5318-commit-graph.sh
@@ -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"
'