]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/misc/help-version: Add a comment.
authorJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 19:50:43 +0000 (21:50 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 21 Oct 2007 12:01:28 +0000 (14:01 +0200)
Signed-off-by: Jim Meyering <meyering@redhat.com>
ChangeLog
tests/misc/help-version

index fdbabe826fcf889aca03831d0e4935a6e353b007..2d73177f7c624375220490b163a86ca7e616f8ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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.
index 071d83f3b2adc803c74319e6098e7874e9042352..6da675f38f4ff8d185a82115bd43c511c98663c1 100755 (executable)
@@ -200,6 +200,8 @@ stat_args=$tmp_in
 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