Adjust "make check" to actually pass.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jun 2017 19:17:08 +0000 (15:17 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jun 2017 19:17:08 +0000 (15:17 -0400)
commit9b87c99ae52f97628ce02ee023f7530b1d730668
treeb4a4874f8d7d1ba74ee36edab7b7f3e78fdc5be1
parent456f854a313e967c3aeb9a6395e2552c132a5162
Adjust "make check" to actually pass.

The f_decls test doesn't quite pass currently, because there's too
much whitespace in the function return types.  We don't particularly
care about this for PG purposes, as NetBSD indent did that too, and
we've always had a fixup step for it in the pgindent wrapper script.
So make the expected output file match what actually happens.
(If this ever does get fixed by upstream, we can take that fixup
step out of pgindent.)

In passing, make the "make check" script less noisy.
Makefile
tests/f_decls.0.stdout