diff options
author | Taylor Blau <me@ttaylorr.com> | 2024-11-21 15:29:24 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-11-22 09:44:34 +0900 |
commit | 3f97f1bce6aeb9ee2b642f51cb62f610dc3a4ae0 (patch) | |
tree | 3f4d509f549b4d4c7ab92939b23c890d8bace4d1 /diffcore-rotate.c | |
parent | 46698a8ea13f244aac74366d2ee66a88e92e001a (diff) |
t/perf: use 'test_file_size' in more places
The perf test suite prefers to use test_file_size over 'wc -c' when
inside of a test_size block. One advantage is that accidentally writign
"wc -c file" (instead of "wc -c <file") does not inadvertently break the
tests (since the former will include the filename in the output of wc).
Both of the two uses of test_size use "wc -c", but let's convert those
to the more conventional test_file_size helper instead.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-rotate.c')
0 files changed, 0 insertions, 0 deletions