On Sat, Oct 13, 2012 at 5:35 PM, Bert Huijben <b...@vmoo.com> wrote: > Which file system do you run your tests on? (it is easy to create case > sensitive filesystems manually, but there is no platform independent > way to detect them)
It's hfs+ case-insensitive - and I am pretty sure that these tests didn't XPASS when I was on 10.7 on this same machine...from mount: /dev/disk0s2 on / (hfs, local, journaled) (note, no case-sensitive in the mount option.) > The test should only run ok on case sensitive file systems or when > apr's truename support works (which currently isn't the case on os/x / > Darwin) Right - that was my understanding; however, I'm *not* on a case-sensitive FS and I don't think APR has figured out TRUENAME support on OS X. Hence, why I'm suspecting that OS X 10.8 changed something... -- justin