summaryrefslogtreecommitdiff
path: root/t/t5321-pack-large-objects.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5321-pack-large-objects.sh')
-rwxr-xr-xt/t5321-pack-large-objects.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5321-pack-large-objects.sh b/t/t5321-pack-large-objects.sh
index c36c66f..a75eab8 100755
--- 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
'