Skip to content

Commit e70649b

Browse files
bk2204gitster
authored andcommitted
t5321: make test hash independent
Use the proper pack constants defined in lib-pack.sh to make this test work with SHA-256. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a30f93b commit e70649b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t5321-pack-large-objects.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ test_description='git pack-object with "large" deltas
1010
. "$TEST_DIRECTORY"/lib-pack.sh
1111

1212
# Two similar-ish objects that we have computed deltas between.
13-
A=01d7713666f4de822776c7622c10f1b07de280dc
14-
B=e68fe8129b546b101aee9510c5328e7f21ca1d18
13+
A=$(test_oid packlib_7_0)
14+
B=$(test_oid packlib_7_76)
1515

1616
test_expect_success 'setup' '
1717
clear_packs &&

0 commit comments

Comments
 (0)