summaryrefslogtreecommitdiffstats
path: root/t/README
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-05 01:08:18 +0200
committerJunio C Hamano <gitster@pobox.com>2023-07-05 01:08:18 +0200
commit89d62d5e8ef42be3a73493e8ffbede589c7a31d1 (patch)
tree4ff0c976caa1bdc13f9d9e3030055dc40695338b /t/README
parentMerge branch 'ps/revision-stdin-with-options' (diff)
parentvar: add config file locations (diff)
downloadgit-89d62d5e8ef42be3a73493e8ffbede589c7a31d1.tar.xz
git-89d62d5e8ef42be3a73493e8ffbede589c7a31d1.zip
Merge branch 'bc/more-git-var'
Add more "git var" for toolsmiths to learn various locations Git is configured with either via the configuration or hardcoded defaults. * bc/more-git-var: var: add config file locations var: add attributes files locations attr: expose and rename accessor functions var: adjust memory allocation for strings var: format variable structure with C99 initializers var: add support for listing the shell t: add a function to check executable bit var: mark unused parameters in git_var callbacks
Diffstat (limited to 't/README')
-rw-r--r--t/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/README b/t/README
index b71a065e4a..6108085989 100644
--- a/t/README
+++ b/t/README
@@ -1102,6 +1102,12 @@ see test-lib-functions.sh for the full list and their options.
the symbolic link in the file system and a part that does; then only
the latter part need be protected by a SYMLINKS prerequisite (see below).
+ - test_path_is_executable
+
+ This tests whether a file is executable and prints an error message
+ if not. This must be used only under the POSIXPERM prerequisite
+ (see below).
+
- test_oid_init
This function loads facts and useful object IDs related to the hash