Revert "prune: --grace=time"
[git.git] / t / t5700-clone-reference.sh
index ab00e8fb6a2e3ce77cace23e95fd5f6923a1a932..dd9caad1c2a34a6721aafa1840916a5a7471ece8 100755 (executable)
@@ -22,7 +22,7 @@ echo second > file2 &&
 git add file2 &&
 git commit -m addition &&
 git repack -a -d &&
-git prune --grace=off'
+git prune'
 
 cd "$base_dir"
 
@@ -56,7 +56,7 @@ echo third > file3 &&
 git add file3 &&
 git commit -m update &&
 git repack -a -d &&
-git prune --grace=off'
+git prune'
 
 cd "$base_dir"