Skip to content

Commit 290a973

Browse files
committed
Merge branch 'ds/p2000-fix-grep-sparse'
Fix perf test. * ds/p2000-fix-grep-sparse: p2000: remove stray '--sparse' flag from test
2 parents 5c93cfd + d52fcf4 commit 290a973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p2000-sparse-operations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ test_perf_on_all git read-tree -mu HEAD
124124
test_perf_on_all git checkout-index -f --all
125125
test_perf_on_all git update-index --add --remove $SPARSE_CONE/a
126126
test_perf_on_all "git rm -f $SPARSE_CONE/a && git checkout HEAD -- $SPARSE_CONE/a"
127-
test_perf_on_all git grep --cached --sparse bogus -- "f2/f1/f1/*"
127+
test_perf_on_all git grep --cached bogus -- "f2/f1/f1/*"
128128

129129
test_done

0 commit comments

Comments
 (0)