]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-credential.sh
Merge branch 'jk/test-cleanup'
[thirdparty/git.git] / t / lib-credential.sh
old mode 100755 (executable)
new mode 100644 (file)
index 937b831..dea2cbe
@@ -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() {