Skip to content

Commit e041d07

Browse files
rybakgitster
authored andcommitted
t4150: remove unused variable
In commit 735285b ("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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aeb582a commit e041d07

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)