]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6120-describe.sh
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / t / t6120-describe.sh
index 546796f84732c5153444321dc5a1d34bbf8af878..e89b6747beec4fb6a98b9a54a21bb62082cb0c91 100755 (executable)
@@ -136,7 +136,7 @@ warning: tag 'Q' is externally known as 'A'
 EOF
 check_describe A-* HEAD
 test_expect_success 'warning was displayed for Q' '
-       test_i18ncmp err.expect err.actual
+       test_cmp err.expect err.actual
 '
 test_expect_success 'misnamed annotated tag forces long output' '
        description=$(git describe --no-long Q^0) &&