Skip to content

Commit 12029dc

Browse files
newrengitster
authored andcommitted
t3434: mark successful test as such
t3434.3 was fixed by commit 917d0d6 ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b02fd2a commit 12029dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3434-rebase-i18n.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_expect_success 'rebase --rebase-merges update encoding eucJP to UTF-8' '
4545
compare_msg eucJP.txt eucJP UTF-8
4646
'
4747

48-
test_expect_failure 'rebase --rebase-merges update encoding eucJP to ISO-2022-JP' '
48+
test_expect_success 'rebase --rebase-merges update encoding eucJP to ISO-2022-JP' '
4949
git switch -c merge-eucJP-ISO-2022-JP first &&
5050
git config i18n.commitencoding eucJP &&
5151
git merge -F "$TEST_DIRECTORY/t3434/eucJP.txt" second &&

0 commit comments

Comments
 (0)