diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-26 09:14:55 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-29 14:55:38 +0200 |
commit | bbc0cb0f37641b1779170b3e15bd3479fb250fed (patch) | |
tree | 96fc73937cc10120defced62d5d4060faaabb61d /tests/misc | |
parent | 28f1b61e594eeb91658e8db392d8911a4485dc7a (diff) | |
download | coreutils-bbc0cb0f37641b1779170b3e15bd3479fb250fed.tar.xz |
chcon, runcon: make --help print the bug-reporting address
* src/chcon.c (usage): Use emit_bug_reporting_address.
* src/runcon.c (usage): Likewise.
* tests/misc/help-version: Don't exempt chcon and runcon.
* NEWS: Mention this.
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/help-version | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/misc/help-version b/tests/misc/help-version index 25364dfd2..f383fa64d 100755 --- a/tests/misc/help-version +++ b/tests/misc/help-version @@ -47,8 +47,6 @@ for lang in C fr da; do # Skip `test'; it doesn't accept --help or --version. test $i = test && continue; - test $i = chcon && continue; - test $i = runcon && continue; # false fails even when invoked with --help or --version. if test $i = false; then |