mirror of
https://github.com/git/git.git
synced 2026-03-10 00:58:38 +01:00
trailer test description: this tests --where=after, not --where=before
Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
84e53330f0
commit
e670ba2500
@@ -792,7 +792,7 @@ test_expect_success 'overriding configuration with "--where after"' '
|
||||
test_cmp expected actual
|
||||
'
|
||||
|
||||
test_expect_success 'using "where = before" with "--no-where"' '
|
||||
test_expect_success 'using "--where after" with "--no-where"' '
|
||||
test_config trailer.ack.key "Acked-by= " &&
|
||||
test_config trailer.ack.where "before" &&
|
||||
test_config trailer.bug.key "Bug #" &&
|
||||
|
||||
Reference in New Issue
Block a user