Re: [PATCH v9 08/11] trailer: add tests for "git interpret-trailers"

2014-04-01 Thread Christian Couder
On Wed, Apr 2, 2014 at 12:54 AM, Junio C Hamano wrote: > >> +test_expect_success '--trim-empty without config' ' >> + cat >expected <<-\EOF && >> + ack: Peff >> + Acked-by: Johan >> + EOF >> + git interpret-trailers --trim-empty "ack = Peff" "Reviewed-by" >> "A

Re: [PATCH v9 08/11] trailer: add tests for "git interpret-trailers"

2014-04-01 Thread Junio C Hamano
Christian Couder writes: > +test_expect_success '--trim-empty without config' ' > + cat >expected <<-\EOF && > + ack: Peff > + Acked-by: Johan > + EOF > + git interpret-trailers --trim-empty "ack = Peff" "Reviewed-by" > "Acked-by: Johan" "sob:" >actual && > +

Re: [PATCH v9 08/11] trailer: add tests for "git interpret-trailers"

2014-04-01 Thread Junio C Hamano
Junio C Hamano writes: > Christian Couder writes: > >> +test_expect_success '--trim-empty without config' ' >> +cat >expected <<-\EOF && >> +ack: Peff >> +Acked-by: Johan >> +EOF >> +git interpret-trailers --trim-empty "ack = Peff" "Reviewed-by" >> "Acked-by:

[PATCH v9 08/11] trailer: add tests for "git interpret-trailers"

2014-04-01 Thread Christian Couder
Signed-off-by: Christian Couder --- t/t7513-interpret-trailers.sh | 336 ++ 1 file changed, 336 insertions(+) create mode 100755 t/t7513-interpret-trailers.sh diff --git a/t/t7513-interpret-trailers.sh b/t/t7513-interpret-trailers.sh new file mode 100755