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 | Git 2.19.3 (diff) | |
| parent | Git 2.18.3 (diff) | |
| download | git-2.19.4.tar.gz git-2.19.4.zip | |
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() { |
