mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-28 16:17:38 -07:00
Closes: https://bugs.gentoo.org/906053 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
13 lines
456 B
Diff
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 = "/";
|