Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
repack: don't repack local objects in packs with .keep file
[gitweb.git]
/
t
/
t7700-repack.sh
diff --git
a/t/t7700-repack.sh
b/t/t7700-repack.sh
index 7aaff0bbe02470aa12f767e1aec5fbb04b4d35a7..356afe371b3b04d12083a6d38ab74bf272862e05 100755
(executable)
--- a/
t/t7700-repack.sh
+++ b/
t/t7700-repack.sh
@@
-4,7
+4,7
@@
test_description='git repack works correctly'
. ./test-lib.sh
-test_expect_
failure
'objects in packs marked .keep are not repacked' '
+test_expect_
success
'objects in packs marked .keep are not repacked' '
echo content1 > file1 &&
echo content2 > file2 &&
git add . &&