[PATCH 2/2] test-framework-sh: minor cleanups

2016-03-25 Thread Paul Eggert
-- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2016-03-25 Paul Eggert + test-framework-sh: minor cleanups + * tests/init.sh (testdir_prefix_): Output a trailing newline, + since strictly speaking POSIX requires this. + (setup_): Do not use the variable 'fail', a

Re: minor cleanups

2009-10-08 Thread Jim Meyering
Eric Blake wrote: > I noticed these minor issues today, so I'm pushing this. I'm now heavily > entrenched in trying to write utimensat, and it's turning into quite a > project. > > -- > Don't work too hard, make some time for fun as well! > > Eric Blake e...@byu.net >>From 4cfdc2ad7312

minor cleanups

2009-10-07 Thread Eric Blake
c) - { - utimbuf.actime = timespec[0].tv_sec; - utimbuf.modtime = timespec[1].tv_sec; - ut = &utimbuf; - } +{ + utimbuf.actime = timespec[0].tv_sec; + utimbuf.modtime = timespec[1].tv_sec; + ut = &utimbuf; +}

minor cleanups due to stdint.h

2006-10-05 Thread Paul Eggert
I installed this: 2006-10-05 Paul Eggert <[EMAIL PROTECTED]> Remove macros that are no longer needed now that stdint.h is reliable. * lib/fsusage.c (UINTMAX_MAX): Remove. * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove. * lib/utimecmp.c (SIZE_MAX): Remove.