diff options
author | Elijah Newren <newren@gmail.com> | 2020-08-10 22:29:12 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-10 15:59:00 -0700 |
commit | 3df4e3bb092ec007d1967038baaf9fc39acaff8d (patch) | |
tree | 3327b2d752eaf60f8077bfa7f829299da62cbd2f /iterator.h | |
parent | t6422: fix bad check against missing file (diff) | |
download | tgif-3df4e3bb092ec007d1967038baaf9fc39acaff8d.tar.xz |
t6416, t6422: fix incorrect untracked file count
Apparently I don't know how to count untracked files, and since the
tests in question were marked as test_expect_failure, no one ever
noticed it until now. Correct the count, as these tests clearly create
three untracked files ('out', 'err', and 'file_count').
(I believe this problem arose because earlier incarnations counted lines
via a pipe to 'wc -l'. Reviewers asked that it be replaced by writing
the output to a file and using test_line_count, but when the temporary
output was added to a separate file, the count of untracked files should
have increased.)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'iterator.h')
0 files changed, 0 insertions, 0 deletions