]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Test the __fpending function.
authorJim Meyering <jim@meyering.net>
Sun, 5 Dec 2004 19:28:15 +0000 (19:28 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Dec 2004 19:28:15 +0000 (19:28 +0000)
commitff13a286c7769664614d835c09653c83fcb1cb6c
tree2253c88a3cfed3817bf9b87c5404a63e7dcd505f
parenta2b300f1568b593a5e76c3167e3cb551fc08c2db
Test the __fpending function.
This ensures that if there is an error in the definition of the
PENDING_OUTPUT_N_BYTES expression, we'll find about it right away;
that value is used only in the rare event that close_stdout's
fclose fails with EBADF.
lib/t-fpending.c [new file with mode: 0644]