* descriptor explicitly so that the summary handler (called
* from an atexit() hook) includes this work.
*/
close(out.fd);
if (close(out.fd))
err(1, "close");
exit(0);
}