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: Jim Meyering
Subject: Re: rename, renameat test failures on OSF/1
Date: Fri, 24 Dec 2010 11:16:50 +0100

Bruno Haible wrote:
> 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.

Yes, that looked fine to me, too.
Thanks.



reply via email to

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