summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorOndřej Vašík <ovasik@redhat.com>2008-04-23 12:38:54 +0200
committerJim Meyering <meyering@redhat.com>2008-04-23 17:51:44 +0200
commit1a5b6e3a50b25f3af9d3b83ccdfc1db518ba09ca (patch)
treef3dd58aeb9bcdfb57bbd084213b6e006ee25dac4 /tests/Makefile.am
parent0a4a938b6bf60903475d85cad399f874f8afe51c (diff)
downloadcoreutils-1a5b6e3a50b25f3af9d3b83ccdfc1db518ba09ca.tar.xz
id: do not print SELinux context when invoked with a USERNAME argument
* NEWS: Mention new behaviour. * src/id.c (main): Do not print SELinux context when user is specified. * tests/Makefile.am: Add the new test. * tests/misc/id-context: New file. Test for the fix. Problem reported by Ronny Buchmann in http://bugzilla.redhat.com/443485.
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 b8fdc5795..7dfafac64 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -163,6 +163,7 @@ TESTS = \
misc/groups-version \
misc/head-c \
misc/head-pos \
+ misc/id-context \
misc/md5sum \
misc/md5sum-newline \
misc/mknod \