diff options
Diffstat (limited to 'third_party/git/t/lib-credential.sh')
-rwxr-xr-x | third_party/git/t/lib-credential.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/lib-credential.sh b/third_party/git/t/lib-credential.sh index bb88cc01087b..937b831ea675 100755 --- a/third_party/git/t/lib-credential.sh +++ b/third_party/git/t/lib-credential.sh @@ -19,7 +19,7 @@ check() { false fi && test_cmp expect-stdout stdout && - test_i18ncmp expect-stderr stderr + test_cmp expect-stderr stderr } read_chunk() { |