On 23/Jun/2010 09:19, hinde...@apache.org wrote: > + if (File.separator != "/") {
or consider system property "os.name"? > + // skip windows until a test can be implemented that doesn't > + // require 2GB of free disk space > + return; > + } > + // (all?) unix platforms support sparse files so this should not > + // need to have 2GB free disk space to pass <shudder/>