bug-gnulib
[Top][All Lists]
Advanced

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

Re: rename, renameat test failures on OSF/1


From: Bruno Haible
Subject: Re: rename, renameat test failures on OSF/1
Date: Fri, 24 Dec 2010 10:40:31 +0100
User-agent: KMail/1.9.9

Hi Eric,

> > -        ASSERT (errno == EINVAL || errno == EBUSY);
> > +        ASSERT (errno == EINVAL || errno == EBUSY || errno == EEXIST);

> The patch to relax the testsuite looks okay to me; we're already
> allowing other non-standard errno values here, so no one has complained
> about it causing an actual problem in portability.

Thanks for the review. Jim did not speak up against it yesterday. So I'm
committing the patch.

Bruno



reply via email to

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