Hi, all
I'm trying to build the commons-vfs project by use maven command (mvn clean
install) and I get some test failures.
One of these failures came from
org.apache.commons.vfs2.filter.CanReadFileFilterTest.testAcceptReadOnly() and
it seems the reason is :
1. the test case create a read-only file
2. the test case check is this read-only file writable and it returns true,
so the test case fail.
I found this failure is related to root user. The test will pass if I don't
run as root user.
