]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3434: mark successful test as such
authorElijah Newren <newren@gmail.com>
Fri, 13 Dec 2019 21:03:45 +0000 (21:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Dec 2019 21:06:14 +0000 (13:06 -0800)
t3434.3 was fixed by commit 917d0d6234be ("Merge branch
'js/rebase-r-safer-label'", 2019-12-05).  t3434 did not exist in
js/rebase-r-safer-label, so could not have marked the test as fixed, and
it was probably not noticed that the merge fixed this test.  Mark it as
fixed now.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3434-rebase-i18n.sh

index 4b5b128cd608c8683ccdb289ecb7ef68a49fda0a..c7c835cde9b23b26675b5d5b1729e8be6a2b6d26 100755 (executable)
@@ -45,7 +45,7 @@ test_expect_success 'rebase --rebase-merges update encoding eucJP to UTF-8' '
        compare_msg eucJP.txt eucJP UTF-8
 '
 
-test_expect_failure 'rebase --rebase-merges update encoding eucJP to ISO-2022-JP' '
+test_expect_success 'rebase --rebase-merges update encoding eucJP to ISO-2022-JP' '
        git switch -c merge-eucJP-ISO-2022-JP first &&
        git config i18n.commitencoding eucJP &&
        git merge -F "$TEST_DIRECTORY/t3434/eucJP.txt" second &&