bug-gnulib
[Top][All Lists]
Advanced

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

linkat test on AIX 7.1BETA


From: Bruno Haible
Subject: linkat test on AIX 7.1BETA
Date: Sat, 31 Jul 2010 00:56:29 +0200
User-agent: KMail/1.9.9

Hello Rainer,

Regarding this test failure:

  test-link.h:117: assertion failed
  FAIL: test-linkat

What's the output when you change test-link.h like this at line 116:

  ASSERT (func (BASE "a/", BASE "c") == -1);
  { int err = errno; fprintf (stderr, "errno = %d\n", err); errno = err; perror 
(""); } /* INSERT THIS LINE */
  ASSERT (errno == ENOTDIR);

Bruno



reply via email to

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