bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new snapshot (rm fixes and new program: mktemp)


From: Jim Meyering
Subject: Re: new snapshot (rm fixes and new program: mktemp)
Date: Mon, 08 Oct 2007 15:03:30 +0200

Mike Frysinger <address@hidden> wrote:

> On Monday 08 October 2007, Jim Meyering wrote:
>> Mike Frysinger <address@hidden> wrote:
>> > chcon fails on my non-selinux system during `make check` ... looks like
>> > it should be an XFAIL when selinux support is disabled
>>
>> Thanks for the quick feedback.
>> I presume you mean the root-only tests/misc/chcon test
>
> yep
>
>> (btw, it works for
>> me) If so, please send chcon.log after doing this as root:
>>
>>     cd tests/misc && make check TESTS=chcon VERBOSE=yes
>
> attached

This ought to make it skip:

diff --git a/tests/misc/chcon b/tests/misc/chcon
index 46aaf87..851b415 100755
--- a/tests/misc/chcon
+++ b/tests/misc/chcon
@@ -6,6 +6,7 @@ if test "$VERBOSE" = yes; then
   chcon --version
 fi

+. $srcdir/../selinux
 . $srcdir/../lang-default
 PRIV_CHECK_ARG=require-root . $srcdir/../priv-check
 . $srcdir/../test-lib.sh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]