t4108: replace create_file with test_write_lines
commitfa87b813853b12fee2a931c6084134fe1eea3b55
authorDenton Liu <liu.denton@gmail.com>
Wed, 23 Oct 2019 23:32:28 +0000 (23 16:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 02:32:53 +0000 (24 11:32 +0900)
treeb2e6ce172318285ff55669856d3edcb83f07dd8d
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
t4108: replace create_file with test_write_lines

Since the locally defined create_file() duplicates the functionality of
the test_write_lines() helper function, remove create_file() and replace
all instances with test_write_lines(). While we're at it, move
redirection operators to the end of the command which is the more
conventional place to put it.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4108-apply-threeway.sh