summaryrefslogtreecommitdiffstats
path: root/t/lib-credential.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-17 13:37:37 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-17 13:43:08 -0700
commita5979d7009017c79b0100b7b66e8567b3ad7b022 (patch)
treee0386b6988b0aaeb6a6ce43cd5a4a5eb6c4e6776 /t/lib-credential.sh
parentGit 2.19.3 (diff)
parentGit 2.18.3 (diff)
downloadgit-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-xt/lib-credential.sh2
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() {