about summary refs log tree commit diff
path: root/third_party/git/t/lib-credential.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/lib-credential.sh')
-rwxr-xr-xthird_party/git/t/lib-credential.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/lib-credential.sh b/third_party/git/t/lib-credential.sh
index 937b831ea6..bb88cc0108 100755
--- a/third_party/git/t/lib-credential.sh
+++ b/third_party/git/t/lib-credential.sh
@@ -19,7 +19,7 @@ check() {
 		false
 	fi &&
 	test_cmp expect-stdout stdout &&
-	test_cmp expect-stderr stderr
+	test_i18ncmp expect-stderr stderr
 }
 
 read_chunk() {