diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-16 11:17:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-16 11:17:37 +0200 |
commit | 5d8b8d8b742dba80dbf5c1c917a3b793de54a112 (patch) | |
tree | 4a1aac2c660f4083fc01ad51c38daeb2e8fe884e /tests | |
parent | bc22dbbf844f31ddaf2e68b167d0128a985d73ab (diff) | |
download | coreutils-5d8b8d8b742dba80dbf5c1c917a3b793de54a112.tar.xz |
tests: add a comment explaining the potential failure
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mkdir/selinux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/mkdir/selinux b/tests/mkdir/selinux index adbaa6acd..4363275f7 100755 --- a/tests/mkdir/selinux +++ b/tests/mkdir/selinux @@ -23,6 +23,10 @@ if test "$VERBOSE" = yes; then mknod --version fi +# Note: on an SELinux/enforcing system running mcstransd older than +# mcstrans-0.2.8-1.fc9, the following commands may mistakenly exit +# successfully, in spite of the invalid context string. + . $srcdir/../envvar-check . $srcdir/../lang-default . $srcdir/../test-lib.sh |