Skip to content

Commit 046188c

Browse files
avargitster
authored andcommitted
log tests: fix "abort tests early" regression in ff37a60
Fix a regression in ff37a60 (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 <[email protected]> Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 04bf052 commit 046188c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t4202-log.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ do
471471
)
472472
'
473473
done
474-
test_done
475474

476475
test_expect_success 'log --author' '
477476
cat >expect <<-\EOF &&

0 commit comments

Comments
 (0)