summaryrefslogtreecommitdiff
path: root/t/lib-credential.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-22 20:42:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-04-22 20:42:44 (GMT)
commitdfe48154b16e35ea01795aa94c7e8686f084e2c3 (patch)
treec88fc577833b0cb582cc4eef77d30f14c3aca66f /t/lib-credential.sh
parentd01b722b7a077202c82902f49c48cb8081c696ef (diff)
parent12dc0879f18b39e1020bd6afec117bc38110d8c9 (diff)
downloadgit-dfe48154b16e35ea01795aa94c7e8686f084e2c3.zip
git-dfe48154b16e35ea01795aa94c7e8686f084e2c3.tar.gz
git-dfe48154b16e35ea01795aa94c7e8686f084e2c3.tar.bz2
Merge branch 'jk/test-cleanup'
Test cleanup. * jk/test-cleanup: t/lib-*.sh: drop executable bit t/lib-credential.sh: drop shebang line
Diffstat (limited to 't/lib-credential.sh')
-rw-r--r--[-rwxr-xr-x]t/lib-credential.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lib-credential.sh b/t/lib-credential.sh
index bb88cc0..dea2cbe 100755..100644
--- a/t/lib-credential.sh
+++ b/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,