Revert "prune: --grace=time"
[gitweb.git] / t / t5400-send-pack.sh
index 2a55d5ae3206d056f87310d85e5ee5436437ae23..2c151912a3bcf2c91cfafcbc22f11bc71fedd34d 100755 (executable)
@@ -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 ..
 '