]> granicus.if.org Git - git/commitdiff
t7063: use --force-untracked-cache to speed up a bit
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 19 Aug 2015 13:01:24 +0000 (20:01 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 17:37:13 +0000 (10:37 -0700)
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7063-status-untracked-cache.sh

index ff23f4e94e9a67a2f327f45bb0557c051738800f..744e922699e6b3fa320af6b845bedf0940b9e7b0 100755 (executable)
@@ -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