lif-ebuilds/dev-java/jna/files/jna-5.13.0-LibCTest.patch

13 lines
456 B
Diff

Bug #906053
--- a/contrib/platform/test/com/sun/jna/platform/linux/LibCTest.java
+++ b/contrib/platform/test/com/sun/jna/platform/linux/LibCTest.java
@@ -71,7 +71,7 @@ public class LibCTest extends TestCase {
}
@Test
- public void testStatvfs() throws IOException, InterruptedException {
+ public void noTestStatvfs() throws IOException, InterruptedException {
Statvfs vfs = new Statvfs();
String testDirectory = "/";