diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:36:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:36:45 -0700 |
commit | 506223f9c5c8956f895f0342e4a6d4244b5fa570 (patch) | |
tree | ffc75038e07070badec6d9add8861de6dbeba740 /t/lib-credential.sh | |
parent | msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x (diff) | |
parent | Git 2.23.2 (diff) | |
download | tgif-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-x | t/lib-credential.sh | 2 |
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() { |