diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t6500-gc.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/t6500-gc.sh b/t/t6500-gc.sh index c42f60bc5b..818435f04e 100755 --- a/t/t6500-gc.sh +++ b/t/t6500-gc.sh @@ -5,6 +5,13 @@ test_description='basic git gc tests . ./test-lib.sh +test_expect_success 'setup' ' + # do not let the amount of physical memory affects gc + # behavior, make sure we always pack everything to one pack by + # default + git config gc.bigPackThreshold 2g +' + test_expect_success 'gc empty repository' ' git gc ' |