Hi Rainer,

Regarding this test failure:

  test-chown.h:88: assertion failed
  FAIL: test-fchownat

What's the output if you change test-chown.h at line 87 like this:

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

Bruno

Reply via email to