Re: regression tests and patch for calendar(1)

2016-09-14 Thread Andy Bradford
Thus said "Todd C. Miller" on Wed, 14 Sep 2016 10:04:58 -0600: > I've committed the fix as well as the calendar regress. Excellent. I've actually been working on a program that can be put into regress instead of the large number of files that currently exist for the expected output; it will g

Re: regression tests and patch for calendar(1)

2016-09-14 Thread Todd C. Miller
On 31 Aug 2016 07:52:19 -0600, "Andy Bradford" wrote: > While writing a set of regression tests for calendar(1) I discovered a > bug introduced by my last patch. The following patch fixes that and all > regression tests in the attachment of tests passes. I've committed the fix as well as the c

Re: regression tests and patch for calendar(1)

2016-09-14 Thread Aaron Poffenberger
Hi Andy, I just ran into this regression and wrote a similar patch (though I missed the WEEKLY test). Thanks for the fix! It solves the Easter-calculation problem I noticed. For anyone looking for a quick test, none of the pre- or post-Easter dates will be displayed when executing: calendar -t

regression tests and patch for calendar(1)

2016-08-31 Thread Andy Bradford
Hello, While writing a set of regression tests for calendar(1) I discovered a bug introduced by my last patch. The following patch fixes that and all regression tests in the attachment of tests passes. Thanks, Andy Index: day.c