summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2019-03-12 14:38:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-13 02:09:46 (GMT)
commite041d0781b4d9d1aa123a78c52b48491ca7a7c3f (patch)
tree835395245b7dee8d881282d524e3dd73a55710e8 /t
parentaeb582a98374c094361cba1bd756dc6307432c42 (diff)
downloadgit-e041d0781b4d9d1aa123a78c52b48491ca7a7c3f.zip
git-e041d0781b4d9d1aa123a78c52b48491ca7a7c3f.tar.gz
git-e041d0781b4d9d1aa123a78c52b48491ca7a7c3f.tar.bz2
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t4150-am.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/t4150-am.sh b/t/t4150-am.sh
index 55b577d..3f7f750 100755
--- a/t/t4150-am.sh
+++ b/t/t4150-am.sh
@@ -77,14 +77,12 @@ test_expect_success 'setup: messages' '
printf "Subject: " >subject-prefix &&
- cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF &&
+ cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF
This line should not be included in the commit message with --scissors enabled.
- - >8 - - remove everything above this line - - >8 - -
EOF
-
- signoff="Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
'
test_expect_success setup '