diff options
author | Derrick Stolee <derrickstolee@github.com> | 2022-07-19 20:32:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-19 21:45:31 +0200 |
commit | 0011f94a4f05d5311a4f3223da8caf3bfbb9e293 (patch) | |
tree | 283be7fb1b232c99aa031fc21f2ea326bf870189 /t/test-lib-functions.sh | |
parent | git.txt: remove redundant language (diff) | |
download | git-0011f94a4f05d5311a4f3223da8caf3bfbb9e293.tar.xz git-0011f94a4f05d5311a4f3223da8caf3bfbb9e293.zip |
t: avoid "whitelist"
The word "whitelist" has cultural implications that are not inclusive.
Thankfully, it is not difficult to reword and avoid its use.
Focus on changes in the test scripts, since most of the changes are in
comments and test names. The renamed test_allow_var helper is only used
once inside the widely-used test_proto helper.
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | t/test-lib-functions.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 6da7273f1d..8c44856eae 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -651,8 +651,7 @@ test_set_prereq () { # test_unset_prereq() !*) ;; - # (Temporary?) whitelist of things we can't easily - # pretend not to support + # List of things we can't easily pretend to not support SYMLINKS) ;; # Inspecting whether GIT_TEST_FAIL_PREREQS is on |