bug-gnulib
[Top][All Lists]
Advanced

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

readlink on AIX 7.1BETA


From: Bruno Haible
Subject: readlink on AIX 7.1BETA
Date: Fri, 30 Jul 2010 22:45:58 +0200
User-agent: KMail/1.9.9

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);

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

Bruno



reply via email to

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