bug-gnulib
[Top][All Lists]
Advanced

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

Re: readlink on AIX 7.1BETA


From: Rainer Tammer
Subject: Re: readlink on AIX 7.1BETA
Date: Fri, 30 Jul 2010 23:04:36 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Hello Bruno,

Bruno Haible wrote:
> Hello Rainer,
>
> Regarding this failure:
>
>   test-readlink.h:54: assertion failed
>   FAIL: test-readlink
>
> Could you please show what is the value of errno between these ASSERT 
> statements:
>
>   ASSERT (func (BASE "file/", buf, sizeof buf) == -1);
>   printf ("errno = %d\n", errno); perror ("errno was"); /* INSERT THIS LINE */
>   ASSERT (errno == ENOTDIR);
>
>   
# ./test-readlink
errno = 22                          (erno.h: #define EINVAL 22 /*
Invalid argument */)
errno was: Error 0
test-readlink.h:55: assertion failed

> Depending on this value, we may want to either change the autoconf test for
> readlink, or change the test.
>
> Bruno
>
>
>   

Bye
  Rainer




reply via email to

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