]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7500-commit-template-squash-signoff.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t7500-commit-template-squash-signoff.sh
index 6d19ece05dd320b970492daf015b874eee0d391f..e41ac18e7e0a663b44ef1cce0596f96615a7fc22 100755 (executable)
@@ -15,7 +15,7 @@ commit_msg_is () {
 
        printf "%s" "$(git log --pretty=format:%s%b -1)" >"$actual" &&
        printf "%s" "$1" >"$expect" &&
-       test_i18ncmp "$expect" "$actual"
+       test_cmp "$expect" "$actual"
 }
 
 # A sanity check to see if commit is working at all.
@@ -356,7 +356,7 @@ test_expect_success 'new line found before status message in commit template' '
        touch commit-template-check &&
        git add commit-template-check &&
        GIT_EDITOR="cat >editor-input" git commit --untracked-files=no --allow-empty-message &&
-       test_i18ncmp expected-template editor-input
+       test_cmp expected-template editor-input
 '
 
 test_expect_success 'setup empty commit with unstaged rename and copy' '