[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#35997: Sed 4.7 and one self test failure
From: |
Jim Meyering |
Subject: |
bug#35997: Sed 4.7 and one self test failure |
Date: |
Sun, 2 Jun 2019 20:51:18 -0700 |
On Sun, Jun 2, 2019 at 12:28 AM Assaf Gordon <address@hidden> wrote:
> On Sun, Jun 02, 2019 at 12:19:48AM -0600, Assaf Gordon wrote:
> > On Wed, May 29, 2019 at 07:29:01PM -0400, Jeffrey Walton wrote:
> > >
> > > I'm working on Fedora 29 x86_64, fully patched. I'm catching one self
> > > test failure in Sed 4.7:
> > >
> > > FAIL: testsuite/inplace-selinux.sh
> >
> > This likely happened because sed was built without SELinux support.
> > Do you have the "libseliunx-devel" pacakge installed on your machine?
> >
> [...]
> > But as a side-note, we should improve the "inplace-selinux.sh" test to
> > prevent such false-positives (just skip the test if no SELinux support
> > either in the system or in the sed binary).
>
> Attached proposed patches to avoid the failure.
Thanks, Assaf. Those changes look fine.