summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-11 16:30:27 +0200
committerJim Meyering <meyering@redhat.com>2009-09-11 19:58:18 +0200
commitebbf0a1f0f75490dd7e8b7d717adc46888075e1e (patch)
tree3b185b3c1770a50ba7de5b169ed3bed7abe3fa0b /tests/Makefile.am
parent398749b0cc49773320e6bc56eafabe7e85437412 (diff)
downloadcoreutils-ebbf0a1f0f75490dd7e8b7d717adc46888075e1e.tar.xz
id: don't print context=... when POSIXLY_CORRECT is set
* src/id.c (print_full_info) [POSIXLY_CORRECT]: Don't print context. Reported by Ulrich Drepper. * NEWS (Changes in behavior): Mention it. * doc/coreutils.texi (id invocation): Document that id also prints the security context, when possible, and when POSIXLY_CORRECT is not set. * tests/id/no-context: New file. Test for this. * tests/Makefile.am (TESTS): Add it.
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 7a20e0c2c..43a493f18 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -334,6 +334,7 @@ TESTS = \
du/slink \
du/trailing-slash \
du/two-args \
+ id/no-context \
install/basic-1 \
install/create-leading \
install/d-slashdot \