Fix typo in test setting, should be pruneoffsetdays not pruneoffset

This commit is contained in:
Steve Streeting 2015-10-14 15:53:36 +01:00
parent 06bb90ef6d
commit 473f41e604

@ -67,7 +67,7 @@ begin_test "prune unreferenced and old"
git config lfs.fetchrecentrefsdays 5
git config lfs.fetchrecentremoterefs true
git config lfs.fetchrecentcommitsdays 3
git config lfs.pruneoffset 2
git config lfs.pruneoffsetdays 2
git lfs prune --dry-run --verbose 2>&1 | tee prune.log
@ -169,7 +169,7 @@ begin_test "prune keep unpushed"
git config lfs.fetchrecentrefsdays 5
git config lfs.fetchrecentremoterefs true
git config lfs.fetchrecentcommitsdays 0 # only keep AT refs, no recents
git config lfs.pruneoffset 2
git config lfs.pruneoffsetdays 2
git lfs prune 2>&1 | tee prune.log
cat prune.log