]> git.99rst.org Git - git.git/commitdiff
log tests: fix "abort tests early" regression in ff37a60c369
authorÆvar Arnfjörð Bjarmason <redacted>
Fri, 4 Mar 2022 10:05:01 +0000 (11:05 +0100)
committerJunio C Hamano <redacted>
Fri, 4 Mar 2022 19:24:28 +0000 (11:24 -0800)
Fix a regression in ff37a60c369 (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 <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t4202-log.sh

index e775b378e4b6d7924cf37827c62e63434ed3ffb0..537c14a171ac310de94bf048d901782614402361 100755 (executable)
@@ -471,7 +471,6 @@ do
                )
        '
 done
-test_done
 
 test_expect_success 'log --author' '
        cat >expect <<-\EOF &&
git clone https://git.99rst.org/PROJECT