On 1/24/2019 4:52 PM, Derrick Stolee via GitGitGadget wrote:
diff --git a/t/t5319-multi-pack-index.sh b/t/t5319-multi-pack-index.sh
index acc5e65ecc..d6c1353514 100755
--- a/t/t5319-multi-pack-index.sh
+++ b/t/t5319-multi-pack-index.sh
@@ -383,7 +383,8 @@ test_expect_success 'setup expire tests' '
git pack-objects --revs .git/objects/pack/pack-E <<-EOF &&
refs/heads/E
EOF
- git multi-pack-index write
+ git multi-pack-index write &&
+ cp -r .git/objects/pack .git/objects/pack-backup
)
'
Josh: Thanks for catching the failure in PATCH 7. It's due to this line
that should be part of that commit, not this one.
Thanks,
-Stolee