Hi Eric, Jim, In a testdir created through
./gnulib-tool --create-testdir --dir=/tmp/testdir --with-tests \ --single-configure futimens I can see these test failures: * AIX 5.1, HP-UX 11.00, IRIX 6.5, Solaris 7..9 test-utimens.h:83: assertion failed FAIL: test-utimens { struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } }; errno = 0; ASSERT (func (BASE "file/", ts) == -1); /* <====== HERE */ ASSERT (errno == ENOTDIR || errno == EINVAL); } * FreeBSD 6.4 test-utimens.h:127: assertion failed FAIL: test-utimens ASSERT (st3.st_mtime == st2.st_mtime); /* <====== HERE */ * MacOS X 10.5 test-utimens.h:145: assertion failed FAIL: test-utimens errno = 0; ASSERT (func (BASE "link/", NULL) == -1); /* <====== HERE */ ASSERT (errno == ENOTDIR); Bruno -- In memoriam Kerem Yılmazer <http://en.wikipedia.org/wiki/Kerem_Yılmazer>