Duncan Bellamy 9e3a6901bf community/lttng-tools: upgrade to 2.13.0
* move autoreconf to prepare
* patch out failing s390x
2021-12-27 18:54:57 +00:00

12 lines
327 B
Diff

--- 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