summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-26 09:14:55 +0200
committerJim Meyering <meyering@redhat.com>2008-04-29 14:55:38 +0200
commitbbc0cb0f37641b1779170b3e15bd3479fb250fed (patch)
tree96fc73937cc10120defced62d5d4060faaabb61d /tests
parent28f1b61e594eeb91658e8db392d8911a4485dc7a (diff)
downloadcoreutils-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')
-rwxr-xr-xtests/misc/help-version2
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