Skip to content

Commit 9c6f06f

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? survey: add report of "largest" paths
Now required because of 'mm/test-grep-lint'. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 792aa0b commit 9c6f06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t8100-git-survey.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test_expect_success 'git survey (default)' '
100100
do
101101
for metric in "COUNT" "DISK SIZE" "INFLATED SIZE"
102102
do
103-
grep "TOP $type BY $metric" out || return 1
103+
test_grep "TOP $type BY $metric" out || return 1
104104
done || return 1
105105
done
106106
'

0 commit comments

Comments
 (0)