aboutsummaryrefslogtreecommitdiffstats
path: root/community/lttng-tools/test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lttng-tools/test.patch')
-rw-r--r--community/lttng-tools/test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/lttng-tools/test.patch b/community/lttng-tools/test.patch
new file mode 100644
index 00000000000..c411f618fb1
--- /dev/null
+++ b/community/lttng-tools/test.patch
@@ -0,0 +1,11 @@
+--- a/tests/unit/test_unix_socket.c
++++ b/tests/unit/test_unix_socket.c
+@@ -22,7 +22,7 @@
+ #include <sys/wait.h>
+ #include <stdlib.h>
+
+-#define HIGH_FD_COUNT LTTCOMM_MAX_SEND_FDS
++#define HIGH_FD_COUNT LTTCOMM_MAX_SEND_FDS - 1
+ #define MESSAGE_COUNT 4
+ #define LARGE_PAYLOAD_SIZE 4 * 1024
+ #define LARGE_PAYLOAD_RECV_SIZE 100