git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Use sensible titles in t4014
@ 2020-06-10 16:54 Konstantin Ryabitsev
  2020-06-10 17:03 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Konstantin Ryabitsev @ 2020-06-10 16:54 UTC (permalink / raw)
  To: git

Switch to "test" and "testbranch" in order to avoid using divisive 
language.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
---
 t/t4014-format-patch.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh
index 575e079cc2..e6e7995d90 100755
--- a/t/t4014-format-patch.sh
+++ b/t/t4014-format-patch.sh
@@ -81,16 +81,16 @@ test_expect_success 'format-patch --ignore-if-in-upstream handles tags' '
 '
 
 test_expect_success "format-patch doesn't consider merge commits" '
-	git checkout -b slave master &&
+	git checkout -b testbranch master &&
 	echo "Another line" >>file &&
 	test_tick &&
-	git commit -am "Slave change #1" &&
+	git commit -am "Test change #1" &&
 	echo "Yet another line" >>file &&
 	test_tick &&
-	git commit -am "Slave change #2" &&
+	git commit -am "Test change #2" &&
 	git checkout -b merger master &&
 	test_tick &&
-	git merge --no-ff slave &&
+	git merge --no-ff testbranch &&
 	git format-patch -3 --stdout >patch &&
 	grep "^From " patch >from &&
 	test_line_count = 3 from

base-commit: 0313f36c6ebecb3bffe6f15cf25a4883100f0214
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-10 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 16:54 [PATCH] Use sensible titles in t4014 Konstantin Ryabitsev
2020-06-10 17:03 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).