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