diff options
| author | Andrei Rybak <rybak.a.v@gmail.com> | 2023-01-12 00:32:41 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-01-13 12:05:47 -0800 |
| commit | 5da4597297b2c59da816176590ab8a722b51af53 (patch) | |
| tree | 30973783a30875d0afa931fd95b46a73662fe8aa /builtin/commit-tree.c | |
| parent | t6003: uncomment test '--max-age=c3, --topo-order' (diff) | |
| download | git-5da4597297b2c59da816176590ab8a722b51af53.tar.gz git-5da4597297b2c59da816176590ab8a722b51af53.zip | |
t6422: drop commented out code
In commit [1] tests in t6422-merge-rename-corner-cases.sh were
refactored to not run setup steps separately. This included replacing
all tests like
test_expect_success "setup ..." '
<code of setup>
'
with corresponding Shell functions
test_setup_... () {
<code of setup>
}
During this replacement first and last lines of one of such tests got
left commented out in code. Drop these lines to avoid confusion.
[1] da1e295e00 (t604[236]: do not run setup in separate tests, 2019-10-22)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions
