bug-gnulib
[Top][All Lists]
Advanced

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

fchownat test on AIX 7.1BETA


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

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

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