log tests: fix "abort tests early" regression in ff37a60c36
Fix a regression in ff37a60c36
(log tests: check if grep_config() is
called by "log"-like cmds, 2022-02-16), a "test_done" command used
during development made it into a submitted patch causing tests 41-136
in t/t4202-log.sh to be skipped.
Reported-by: Fabian Stelzer <fs@gigacodes.de>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
04bf052eef
commit
046188cc65
@ -471,7 +471,6 @@ do
|
|||||||
)
|
)
|
||||||
'
|
'
|
||||||
done
|
done
|
||||||
test_done
|
|
||||||
|
|
||||||
test_expect_success 'log --author' '
|
test_expect_success 'log --author' '
|
||||||
cat >expect <<-\EOF &&
|
cat >expect <<-\EOF &&
|
||||||
|
Loading…
Reference in New Issue
Block a user