diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-18 14:40:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-18 14:40:09 -0700 |
commit | 1cfb225aba01c74d60f4984dd1824f3c7f054beb (patch) | |
tree | ffeb0da6d7cf99dd53731d86a258b1197ca93113 | |
parent | 803fd70ceee3b86861d8b09b27861c4f85828b82 (diff) | |
parent | bb05510e55796194540ed4e50a62771489c59a04 (diff) | |
download | git-1cfb225aba01c74d60f4984dd1824f3c7f054beb.tar.gz git-1cfb225aba01c74d60f4984dd1824f3c7f054beb.tar.xz |
Merge branch 'js/close-packs-before-gc' into HEAD
* js/close-packs-before-gc:
t5510: run auto-gc in the foreground
-rwxr-xr-x | t/t5510-fetch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index 38321d19e..454d89639 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -682,6 +682,7 @@ test_expect_success 'fetching with auto-gc does not lock up' ' ( cd auto-gc && git config gc.autoPackLimit 1 && + git config gc.autoDetach false && GIT_ASK_YESNO="$D/askyesno" git fetch >fetch.out 2>&1 && ! grep "Should I try again" fetch.out ) |