]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5541-http-push-smart.sh
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / t / t5541-http-push-smart.sh
index bc5ccf233f02f8cf641abee4c3007148e4da365b..c024fa2818314d3d127e93da2e281dc259820733 100755 (executable)
@@ -118,7 +118,7 @@ test_expect_success 'rejected update prints status' '
        git commit -m dev2 &&
        test_must_fail git push origin dev2 2>act &&
        sed -e "/^remote: /s/ *$//" <act >cmp &&
-       test_i18ncmp exp cmp
+       test_cmp exp cmp
 '
 rm -f "$HTTPD_DOCUMENT_ROOT_PATH/test_repo.git/hooks/update"