]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3400-rebase.sh
tests: remove most uses of test_i18ncmp
[thirdparty/git.git] / t / t3400-rebase.sh
index 5e88a10f8d770ff53e05a4005bd4aa6d7b90918c..587b408063a8f705124fa44855f15cdd4c873a4c 100755 (executable)
@@ -113,7 +113,7 @@ test_expect_success 'rebase off of the previous branch using "-"' '
        test_cmp expect.forkpoint actual.forkpoint &&
        # the next one is dubious---we may want to say "-",
        # instead of @{-1}, in the message
-       test_i18ncmp expect.messages actual.messages
+       test_cmp expect.messages actual.messages
 '
 
 test_expect_success 'rebase a single mode change' '