summaryrefslogtreecommitdiff
path: root/t/lib-credential.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-03-17 14:36:45 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-03-17 14:36:45 -0700
commit506223f9c5c8956f895f0342e4a6d4244b5fa570 (patch)
treeffc75038e07070badec6d9add8861de6dbeba740 /t/lib-credential.sh
parentmsvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x (diff)
parentGit 2.23.2 (diff)
downloadtgif-506223f9c5c8956f895f0342e4a6d4244b5fa570.tar.xz
Git 2.24.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-credential.sh')
-rwxr-xr-xt/lib-credential.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-credential.sh b/t/lib-credential.sh
index 937b831ea6..bb88cc0108 100755
--- a/t/lib-credential.sh
+++ b/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() {