Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Revert "prune: --grace=time"
[gitweb.git]
/
t
/
t5400-send-pack.sh
diff --git
a/t/t5400-send-pack.sh
b/t/t5400-send-pack.sh
index 2a55d5ae3206d056f87310d85e5ee5436437ae23..2c151912a3bcf2c91cfafcbc22f11bc71fedd34d 100755
(executable)
--- a/
t/t5400-send-pack.sh
+++ b/
t/t5400-send-pack.sh
@@
-55,13
+55,13
@@
test_expect_success setup '
test_expect_success 'pack the source repository' '
git repack -a -d &&
- git prune
--grace=off
+ git prune
'
test_expect_success 'pack the destination repository' '
cd victim &&
git repack -a -d &&
- git prune
--grace=off
&&
+ git prune &&
cd ..
'