]> git.ipfire.org Git - thirdparty/git.git/commitdiff
trailer test description: this tests --where=after, not --where=before
authorLinus Arver <linusa@google.com>
Thu, 7 Sep 2023 22:19:58 +0000 (22:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Sep 2023 06:04:36 +0000 (23:04 -0700)
Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7513-interpret-trailers.sh

index 5b31896070a3e41915b083f043074f9e2b2769e4..ed0fc04bd956b2171ed768405a5833283f9b0197 100755 (executable)
@@ -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 #" &&