diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 13:37:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 13:43:08 -0700 |
commit | a5979d7009017c79b0100b7b66e8567b3ad7b022 (patch) | |
tree | e0386b6988b0aaeb6a6ce43cd5a4a5eb6c4e6776 /t/lib-credential.sh | |
parent | caccc527ca7f4b3e6f4bb6775cbff94b27741482 (diff) | |
parent | 21a3e5016bb218dc9b016284c88ba685bc446b70 (diff) |
Git 2.19.4v2.19.4
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() { |