Signed-off-by: Jim Meyering <meyering@redhat.com>
2007-10-20 Jim Meyering <meyering@redhat.com>
+ * tests/misc/help-version: Add a comment.
+
Detect printf(3) failure due to ENOMEM.
* src/printf.c: Include "xprintf.h"
(print_direc): Use xprintf, rather than printf.
unlink_args=$tmp_in
lbracket_args=": ]"
+# Ensure that each program "works" (exits successfully) when doing
+# something more than --help or --version.
for i in $built_programs; do
# Skip these.
case $i in chroot|stty|tty|false|chcon|runcon) continue;; esac