Merge branch 'ar/t4150-remove-cruft'
Test cleanup. * ar/t4150-remove-cruft: t4150: remove unused variable
This commit is contained in:
commit
7caf4cfb81
@ -77,14 +77,12 @@ test_expect_success 'setup: messages' '
|
|||||||
|
|
||||||
printf "Subject: " >subject-prefix &&
|
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.
|
This line should not be included in the commit message with --scissors enabled.
|
||||||
|
|
||||||
- - >8 - - remove everything above this line - - >8 - -
|
- - >8 - - remove everything above this line - - >8 - -
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
signoff="Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
|
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success setup '
|
test_expect_success setup '
|
||||||
|
Loading…
Reference in New Issue
Block a user