From: Nguyễn Thái Ngọc Duy Date: Wed, 19 Aug 2015 13:01:24 +0000 (+0700) Subject: t7063: use --force-untracked-cache to speed up a bit X-Git-Tag: v2.6.0-rc0~36^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f178136e688f6eabe09130e79a0c9e2de58928a0;p=git t7063: use --force-untracked-cache to speed up a bit When in the middle of t7063, we are sure untracked cache is supported, so we can use --force-untracked-cache to skip the support detection phase and save a few seconds. It's also good that --force-untracked-cache is exercised in the test suite. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/t/t7063-status-untracked-cache.sh b/t/t7063-status-untracked-cache.sh index ff23f4e94e..744e922699 100755 --- a/t/t7063-status-untracked-cache.sh +++ b/t/t7063-status-untracked-cache.sh @@ -402,7 +402,7 @@ test_expect_success 'set up sparse checkout' ' echo "done/[a-z]*" >.git/info/sparse-checkout && test_config core.sparsecheckout true && git checkout master && - git update-index --untracked-cache && + git update-index --force-untracked-cache && git status --porcelain >/dev/null && # prime the cache test_path_is_missing done/.gitignore && test_path_is_file done/one