summaryrefslogtreecommitdiff
path: root/dev-java/jna/files/jna-5.13.0-LibCTest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jna/files/jna-5.13.0-LibCTest.patch')
-rw-r--r--dev-java/jna/files/jna-5.13.0-LibCTest.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/jna/files/jna-5.13.0-LibCTest.patch b/dev-java/jna/files/jna-5.13.0-LibCTest.patch
new file mode 100644
index 000000000000..8cc9da563ed3
--- /dev/null
+++ b/dev-java/jna/files/jna-5.13.0-LibCTest.patch
@@ -0,0 +1,12 @@
+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 = "/";