t4150: remove unused variable
In commit 735285b403 ("am: fix signoff when other trailers are present", 2017-08-08) tests using variable $signoff were rewritten and it is no longer used, so just remove it from the test setup. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Andrei Rybak committed
Mar 12, 2019 at 15:38 UTC
e041d0781b4d9d1aa123a78c52b48491ca7a7c3f
1 file changed
+1
-3
t/t4150-am.sh
+1
-3
@@ -77,14 +77,12 @@ test_expect_success 'setup: messages' '
77
78
printf "Subject: " >subject-prefix &&
79
80
- cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF &&
80
+ cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF
81
This line should not be included in the commit message with --scissors enabled.
82
83
- - >8 - - remove everything above this line - - >8 - -
84
85
EOF
86
-
87
- signoff="Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
86
'
87
88
test_expect_success setup '