mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
Closes: https://bugs.gentoo.org/906053 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
12 lines
456 B
Diff
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 = "/";
|