diff options
Diffstat (limited to 'third_party/git/t/lib-credential.sh')
-rw-r--r--[-rwxr-xr-x] | third_party/git/t/lib-credential.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/git/t/lib-credential.sh b/third_party/git/t/lib-credential.sh index 937b831ea675..dea2cbef5172 100755..100644 --- a/third_party/git/t/lib-credential.sh +++ b/third_party/git/t/lib-credential.sh @@ -1,4 +1,5 @@ -#!/bin/sh +# Shell library for testing credential handling including helpers. See t0302 +# for an example of testing a specific helper. # Try a set of credential helpers; the expected stdin, # stdout and stderr should be provided on stdin, @@ -19,7 +20,7 @@ check() { false fi && test_cmp expect-stdout stdout && - test_cmp expect-stderr stderr + test_i18ncmp expect-stderr stderr } read_chunk() { |