diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:33:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:33:34 -0700 |
commit | 17a02783d8f7cac1780d8035f3e2e0d25bba077b (patch) | |
tree | d90361c2acb4dcea4bc68f0725748fe1c49cd97c /t/lib-credential.sh | |
parent | a7312d1a28ff3ab0a5a5427b35f01d943103cba8 (diff) | |
parent | 69fab82147e74a51ee1144a336eb47c7297b9b78 (diff) |
Git 2.23.2v2.23.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() { |