Skip to content

Commit e670ba2

Browse files
Linus Arvergitster
authored andcommitted
trailer test description: this tests --where=after, not --where=before
Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 84e5333 commit e670ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7513-interpret-trailers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ test_expect_success 'overriding configuration with "--where after"' '
792792
test_cmp expected actual
793793
'
794794

795-
test_expect_success 'using "where = before" with "--no-where"' '
795+
test_expect_success 'using "--where after" with "--no-where"' '
796796
test_config trailer.ack.key "Acked-by= " &&
797797
test_config trailer.ack.where "before" &&
798798
test_config trailer.bug.key "Bug #" &&

0 commit comments

Comments
 (0)