diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-20 21:50:43 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-21 14:01:28 +0200 |
commit | c365bafa815695e187089ab711eca4ca55282b0d (patch) | |
tree | 1f3c4be817bd4f4887232d54ac822ec8e1d485ab /tests/misc | |
parent | b1ab7101aab74733267aee82c714573ae887dd91 (diff) | |
download | coreutils-c365bafa815695e187089ab711eca4ca55282b0d.tar.xz |
* tests/misc/help-version: Add a comment.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/help-version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/help-version b/tests/misc/help-version index 071d83f3b..6da675f38 100755 --- a/tests/misc/help-version +++ b/tests/misc/help-version @@ -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 |