summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-29 10:47:12 +0100
committerJim Meyering <meyering@redhat.com>2008-12-03 11:02:57 +0100
commit9b8023e69c3ae9cd54e724fe63bd81e55bc00e6a (patch)
tree81a3e1885c14ca4ba922875c6f53f0ea274db02b /tests/Makefile.am
parentb8497a3a7af5cacb6348854370b2b0d68fc66695 (diff)
downloadcoreutils-9b8023e69c3ae9cd54e724fe63bd81e55bc00e6a.tar.xz
tests: ensure that chmod, chgrp and chown honor --silent
* tests/chmod/silent: New file, to test all three programs. * tests/Makefile.am (TESTS): Add chmod/silent. * NEWS (Bug fixes): Mention this. The bug was introduced in 96a5d2ce6a53d96cb667af78f13e56fadcdb91e6.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2122ea75a..8dbbe9f26 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -238,6 +238,7 @@ TESTS = \
chmod/inaccessible \
chmod/octal \
chmod/setgid \
+ chmod/silent \
chmod/thru-dangling \
chmod/umask-x \
chmod/usage \