On 21/06/2013 21:30, Naoto Sato wrote:
Good point. I will fix this later as it is not inherently related to this bug.
Sure, it was just something that came to mind as I looked at it.
Apparently the bug description claims the situation. That's why I moved the writable check from the top dir to the exact dir where the test copies the properties file.
Okay, although I suspect this case isn't too common.
This is merely working around a bug with Cygwin's writable check (`test -w d:/foo` returns 1 even though the directory is not writable, while /cygdrive/d/foo returns 0)
Got it, looks good to me. -Alan.