]> git.ipfire.org Git - thirdparty/git.git/commit
t/t3437: fixup the test 'multiple fixup -c opens editor once'
authorCharvi Mendiratta <charvi077@gmail.com>
Wed, 10 Feb 2021 11:36:50 +0000 (17:06 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 21:58:19 +0000 (13:58 -0800)
commit9ff6b74bb7653ba498414764e48ca015554f5ac3
tree78acdea4cdd6495dd4e51f04c0ebd2e85d265ac9
parent9c7650c45ce54ae1998b979703b9baa48406145c
t/t3437: fixup the test 'multiple fixup -c opens editor once'

In the test, FAKE_COMMIT_MESSAGE replaces the commit message each
time it is invoked so there will be only one instance of "Modified-A3"
no matter how many times we invoke the editor. Let's fix this and use
FAKE_COMMIT_AMEND instead so that it adds "Modified-A3" once for each
time the editor is invoked.

This patch also removes the check for counting the number of
"Modified-A3" lines and instead compares the whole message to check
that the commenting code works correctly for 'fixup -c' as well as
'fixup -C'.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Charvi Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3437-rebase-fixup-options.sh