]> git.ipfire.org Git - thirdparty/git.git/commit
t6423: fix test setup for a couple tests
authorElijah Newren <newren@gmail.com>
Mon, 10 Aug 2020 22:29:13 +0000 (22:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2020 22:59:00 +0000 (15:59 -0700)
commita0601b2eb3213d125b1e9b40215e9ba4959af6e9
tree8877ecc8ad223e26df9dc4d5ed30287951be5f95
parent3df4e3bb092ec007d1967038baaf9fc39acaff8d
t6423: fix test setup for a couple tests

Commit da1e295e00 ("t604[236]: do not run setup in separate tests",
2019-10-22) removed approximately half the tests (which were setup-only
tests) in t6043 by turning them into functions that the subsequent test
would call as their first step.  This ensured that any test from this
file could be run entirely independently of all the other tests in the
file.  Unfortunately, the call to the new setup function was missed in
two of the test_expect_failure cases.  Add them in.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6423-merge-rename-directories.sh