diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:44 -0700 |
commit | dfe48154b16e35ea01795aa94c7e8686f084e2c3 (patch) | |
tree | c88fc577833b0cb582cc4eef77d30f14c3aca66f | |
parent | Merge branch 'ak/run-command-on-cygwin-fix' (diff) | |
parent | t/lib-*.sh: drop executable bit (diff) | |
download | tgif-dfe48154b16e35ea01795aa94c7e8686f084e2c3.tar.xz |
Merge branch 'jk/test-cleanup'
Test cleanup.
* jk/test-cleanup:
t/lib-*.sh: drop executable bit
t/lib-credential.sh: drop shebang line
-rw-r--r--[-rwxr-xr-x] | t/lib-credential.sh | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-gpg.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-log-graph.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-submodule-update.sh | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/t/lib-credential.sh b/t/lib-credential.sh index bb88cc0108..dea2cbef51 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, diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh index 9fc5241228..9fc5241228 100755..100644 --- a/t/lib-gpg.sh +++ b/t/lib-gpg.sh diff --git a/t/lib-log-graph.sh b/t/lib-log-graph.sh index 1184cceef2..1184cceef2 100755..100644 --- a/t/lib-log-graph.sh +++ b/t/lib-log-graph.sh diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh index 64fc6487dd..64fc6487dd 100755..100644 --- a/t/lib-submodule-update.sh +++ b/t/lib-submodule-update.sh |