bug-gnulib
[Top][All Lists]
Advanced

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

Re: one other coreutils test failure


From: Michael Stone
Subject: Re: one other coreutils test failure
Date: Fri, 16 Sep 2011 14:53:19 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Sep 16, 2011 at 06:54:32PM +0200, Jim Meyering wrote:
Michael Stone wrote:
This one was actually in gnulib; what's the best way to pursue it?

FAIL: test-getcwd (exit: 16)
============================

Hi Michael,

Thanks for the report.
I'll Cc bug-gnulib, but to start with, note that test-getcwd.c's main
does this:

 return test_abort_bug () + test_long_name ();

and the first can return 0 or 2,3,4 or 5, while
the latter can return only two values smaller than 16:
10 and 11.

or 4 & 12, or am I missing something? at the point where it sets fail=12, AT_FDCWD is -100 and errno is 2 (ENOENT)

Mike Stone




reply via email to

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