-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Jim Meyering on 11/18/2009 1:02 AM: > Not a serious problem, but annoying still to have one test failure: > > FAIL: test-utimens (exit: 134) > > which suggests this code in test-futimens.h > needs to handle ENOTDIR:
Actually, this was a regression, caused when you disabled the futimens fallback on the 8th. Solaris 10 can change fd timestamps, but only with futimens; the fact that BSD can't use futimens(fd,NULL,time) means that we need a configure check. I'm working on it now... - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksD99QACgkQ84KuGfSFAYA1OwCgjTR66HePZH6kcrZH9Q5Dq0ws 5CQAn3qP72k9cChcYPmUe8pO2SLJY1CP =Sh6L -----END PGP SIGNATURE-----
