Alex Bennée <alex.ben...@linaro.org> writes:

> I think you need to apply Eric's suggestions from:
>
>   From: Eric Sunshine <sunsh...@sunshineco.com>
>   Date: Sat, 18 Nov 2017 21:54:46 -0500
>   Message-ID: 
> <capig+csh0tvvkh0xf9fwcfm4gngawmsn_fxd2zhzhcy2try...@mail.gmail.com>

Indeed. I'm squashing this into the patch:

diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index f126177..d13d8c3 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -173,8 +173,7 @@ test_expect_success $PREREQ 'cc trailer with various 
syntax' '
 '
 
 test_expect_success $PREREQ 'setup fake get_maintainer.pl script for cc 
trailer' "
-       cat >expected-cc-script.sh <<-EOF &&
-       #!/bin/sh
+       write_script expected-cc-script.sh <<-EOF &&
        echo 'One Person <o...@example.com> (supporter:THIS (FOO/bar))'
        echo 'Two Person <t...@example.com> (maintainer:THIS THING)'
        echo 'Third List <th...@example.com> (moderated list:THIS THING 
(FOO/bar))'
@@ -186,7 +185,6 @@ test_expect_success $PREREQ 'setup fake get_maintainer.pl 
script for cc trailer'
 "
 
 test_expect_success $PREREQ 'cc trailer with get_maintainer.pl output' '
-       test_commit cc-trailer-getmaint &&
        clean_fake_sendmail &&
        git send-email -1 --to=recipi...@example.com \
                --cc-cmd="./expected-cc-script.sh" \


-- 
Matthieu Moy
https://matthieu-moy.fr/

Reply via email to