On 23.05.2016 15:12, [email protected] wrote: > Author: ivan > Date: Mon May 23 13:12:50 2016 > New Revision: 1745192 > > URL: http://svn.apache.org/viewvc?rev=1745192&view=rev > Log: > Follow-up to r1745173: Fix test expectation. > > * subversion/tests/libsvn_subr/io-test.c > (test_open_uniquely_named): Expect APR_STATUS_IS_ENOENT() instead of > APR_STATUS_IS_ENOTDIR() on attempt to open uniquely named file in > directory that doesn't exist.
ISTR this may actually be platform-dependent; you'd get ENOENT on Windows but ENOTDIR on Linux or the other way around. I think we have some code in libsvn_subr/io.c that takes care of this. -- Brane

