Skip to content

Commit 7caf4cf

Browse files
committed
Merge branch 'ar/t4150-remove-cruft'
Test cleanup. * ar/t4150-remove-cruft: t4150: remove unused variable
2 parents fa1b86e + e041d07 commit 7caf4cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

t/t4150-am.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,12 @@ test_expect_success 'setup: messages' '
7777
7878
printf "Subject: " >subject-prefix &&
7979
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
8181
This line should not be included in the commit message with --scissors enabled.
8282
8383
- - >8 - - remove everything above this line - - >8 - -
8484
8585
EOF
86-
87-
signoff="Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
8886
'
8987

9088
test_expect_success setup '

0 commit comments

Comments
 (0)