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>
This commit is contained in:

committed by
Junio C Hamano

parent
559c2c3d2a
commit
0011f94a4f
@ -1,7 +1,7 @@
|
||||
# Test routines for checking protocol disabling.
|
||||
|
||||
# Test clone/fetch/push with GIT_ALLOW_PROTOCOL whitelist
|
||||
test_whitelist () {
|
||||
# Test clone/fetch/push with GIT_ALLOW_PROTOCOL environment variable
|
||||
test_allow_var () {
|
||||
desc=$1
|
||||
proto=$2
|
||||
url=$3
|
||||
@ -183,7 +183,7 @@ test_config () {
|
||||
# $2 - machine-readable name of the protocol
|
||||
# $3 - the URL to try cloning
|
||||
test_proto () {
|
||||
test_whitelist "$@"
|
||||
test_allow_var "$@"
|
||||
|
||||
test_config "$@"
|
||||
}
|
||||
|
Reference in New Issue
Block a user