From: Jim Meyering Date: Wed, 16 Apr 2008 09:17:37 +0000 (+0200) Subject: tests: add a comment explaining the potential failure X-Git-Tag: v6.11~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d8b8d8b742dba80dbf5c1c917a3b793de54a112;p=thirdparty%2Fcoreutils.git tests: add a comment explaining the potential failure --- diff --git a/tests/mkdir/selinux b/tests/mkdir/selinux index adbaa6acd2..4363275f70 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