summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-09 17:14:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-04-09 17:14:25 (GMT)
commit7caf4cfb81d3e728f0b340e09faa13745b903b68 (patch)
tree8dd669d874ed13022374b62f722070a016126b6e /t
parentfa1b86e45743fd5895c33adcd3769782e608bb40 (diff)
parente041d0781b4d9d1aa123a78c52b48491ca7a7c3f (diff)
downloadgit-7caf4cfb81d3e728f0b340e09faa13745b903b68.zip
git-7caf4cfb81d3e728f0b340e09faa13745b903b68.tar.gz
git-7caf4cfb81d3e728f0b340e09faa13745b903b68.tar.bz2
Merge branch 'ar/t4150-remove-cruft'
Test cleanup. * ar/t4150-remove-cruft: t4150: remove unused variable
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 '