Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-01 03:50:23 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-01 03:50:23 +0300
commit290a973bb9b02c5348d8ef7d07059585a6ba9412 (patch)
treea1befb22e4c3d84c04cb9d6b23732d75d18e688a /t/perf
parent5c93cfdafd64222043837caae87ea9c9e6c89da1 (diff)
parentd52fcf493b03e3eae61cc7d75698ebcc1182f0c8 (diff)
Merge branch 'ds/p2000-fix-grep-sparse'
Fix perf test. * ds/p2000-fix-grep-sparse: p2000: remove stray '--sparse' flag from test
Diffstat (limited to 't/perf')
-rwxr-xr-xt/perf/p2000-sparse-operations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/p2000-sparse-operations.sh b/t/perf/p2000-sparse-operations.sh
index 3242cfe91a..e4a132f593 100755
--- a/t/perf/p2000-sparse-operations.sh
+++ b/t/perf/p2000-sparse-operations.sh
@@ -124,6 +124,6 @@ test_perf_on_all git read-tree -mu HEAD
test_perf_on_all git checkout-index -f --all
test_perf_on_all git update-index --add --remove $SPARSE_CONE/a
test_perf_on_all "git rm -f $SPARSE_CONE/a && git checkout HEAD -- $SPARSE_CONE/a"
-test_perf_on_all git grep --cached --sparse bogus -- "f2/f1/f1/*"
+test_perf_on_all git grep --cached bogus -- "f2/f1/f1/*"
test_done