Date: Sun, 3 Jun 2007 22:00:14 GMT From: Ruslan Ermilov <ru@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/113287: [patch] calendar(1) regression test updates after bin/ Message-ID: <200706032200.l53M0EFJ043173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/113287; it has been noted by GNATS. From: Ruslan Ermilov <ru@FreeBSD.org> To: Edwin Groothuis <edwin@mavetju.org> Cc: Subject: Re: bin/113287: [patch] calendar(1) regression test updates after bin/ Date: Sun, 3 Jun 2007 18:16:08 +0400 On Sun, Jun 03, 2007 at 10:16:05PM +1000, Edwin Groothuis wrote: > Once bin/113286 is commited, the regression tests of calendar(1) > will fail. This are the updates on that will resolve this. >=20 It'd also make sense to enforce the C locale in the calendar file; otherwise, regression tests fail if your locale is set differently. %%% Index: calendar.calibrate =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/tools/regression/usr.bin/calendar/calendar.calibra= te,v retrieving revision 1.1 diff -u -p -r1.1 calendar.calibrate --- calendar.calibrate 3 Jun 2007 03:29:32 -0000 1.1 +++ calendar.calibrate 3 Jun 2007 14:15:29 -0000 @@ -1,4 +1,9 @@ -# $FreeBSD: src/tools/regression/usr.bin/calendar/calendar.calibrate,v 1.1= 2007/06/03 03:29:32 grog Exp $ +/* + * $FreeBSD: src/tools/regression/usr.bin/calendar/calendar.calibrate,v 1.= 1 2007/06/03 03:29:32 grog Exp $ + */ + +LANG=3DC + 01/01 jan 1 01/02 jan 2 01/03 jan 3 %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706032200.l53M0EFJ043173>
