From: Linus Arver Date: Thu, 7 Sep 2023 22:19:58 +0000 (+0000) Subject: trailer test description: this tests --where=after, not --where=before X-Git-Tag: v2.43.0-rc0~39^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e670ba2500f1c4c815d7d4e5cde241325b242b8d;p=thirdparty%2Fgit.git trailer test description: this tests --where=after, not --where=before Signed-off-by: Linus Arver Signed-off-by: Junio C Hamano --- diff --git a/t/t7513-interpret-trailers.sh b/t/t7513-interpret-trailers.sh index 5b31896070..ed0fc04bd9 100755 --- a/t/t7513-interpret-trailers.sh +++ b/t/t7513-interpret-trailers.sh @@ -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 #" &&