]> git.ipfire.org Git - thirdparty/git.git/commit
t/test-terminal: avoid non-inclusive language
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Sep 2020 22:01:23 +0000 (22:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Sep 2020 22:19:27 +0000 (15:19 -0700)
commit659288cd9193a97d5f08c6ac090d58dfbdf6b345
treecec2bf8aafd693c497ddf9bd8703b9176720a2e0
parent385c171a018f2747b329bcfa6be8eda1709e5abd
t/test-terminal: avoid non-inclusive language

In the ongoing effort to make the Git project a more inclusive place,
let's try to avoid names like "master" where possible.

In this instance, the use of the term `slave` is unfortunately enshrined
in IO::Pty's API. We simply cannot avoid using that word here. But at
least we can get rid of the usage of the word `master` and hope that
IO::Pty will be eventually adjusted, too.

Guessing that IO::Pty might follow Python's lead, we replace the name
`master` by `parent` (hoping that IO::Pty will adopt the parent/child
nomenclature, too).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-terminal.perl