]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-log-graph.sh
tests: remove most uses of test_i18ncmp
[thirdparty/git.git] / t / lib-log-graph.sh
index 1184cceef262283ac65c99985cf9f4ebb3edce68..bf952ef9204dbbff379803810d4ec8ef87749a35 100644 (file)
@@ -12,13 +12,13 @@ sanitize_log_output () {
 lib_test_cmp_graph () {
        git log --graph "$@" >output &&
        sed 's/ *$//' >output.sanitized <output &&
-       test_i18ncmp expect output.sanitized
+       test_cmp expect output.sanitized
 }
 
 lib_test_cmp_short_graph () {
        git log --graph --pretty=short "$@" >output &&
        sanitize_log_output >output.sanitized <output &&
-       test_i18ncmp expect output.sanitized
+       test_cmp expect output.sanitized
 }
 
 lib_test_cmp_colored_graph () {