Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t4000: make hash size independent
[gitweb.git]
/
t
/
t5321-pack-large-objects.sh
diff --git
a/t/t5321-pack-large-objects.sh
b/t/t5321-pack-large-objects.sh
index c36c66fbb43a739e045f6b2cd1c1dd0759a0fe01..a75eab87d36136de6484a988b712bfac03dd181d 100755
(executable)
--- a/
t/t5321-pack-large-objects.sh
+++ b/
t/t5321-pack-large-objects.sh
@@
-24,7
+24,7
@@
test_expect_success 'setup' '
git index-pack --stdin <ab.pack
'
-test_expect_
failure
'repack large deltas' '
+test_expect_
success
'repack large deltas' '
printf "%s\\n" $A $B |
GIT_TEST_OE_DELTA_SIZE=2 git pack-objects tmp-pack
'