gentoo-ebuilds/dev-java/jna/files/jna-5.13.0-LibCTest.patch
Volkmar W. Pogatzki 476fbf3f67
dev-java/jna: Ignore testStatvfs from com.sun.jna.platform.linux.LibCTest
Closes: https://bugs.gentoo.org/906053
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2023-09-29 07:53:37 +02:00

12 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 = "/";