From 9bf563fd20876d97c8a5f452218d7cf70b82bcd1 Mon Sep 17 00:00:00 2001 From: Duncan Bellamy Date: Sat, 6 Mar 2021 07:52:07 +0000 Subject: main/dovecot: fix linter errors * add patch to fix tests --- main/dovecot/test-imap-client-hibernate.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main/dovecot/test-imap-client-hibernate.patch (limited to 'main/dovecot/test-imap-client-hibernate.patch') diff --git a/main/dovecot/test-imap-client-hibernate.patch b/main/dovecot/test-imap-client-hibernate.patch new file mode 100644 index 0000000000..ce6584c032 --- /dev/null +++ b/main/dovecot/test-imap-client-hibernate.patch @@ -0,0 +1,14 @@ +submitted as https://github.com/dovecot/core/pull/159 +reduce filename length + +--- a/src/imap/test-imap-client-hibernate.c ++++ b/src/imap/test-imap-client-hibernate.c +@@ -19,7 +19,7 @@ + + #include + +-#define TEMP_DIRNAME ".test-imap-client-hibernate" ++#define TEMP_DIRNAME ".test-ich" + + #define EVILSTR "\t\r\n\001" + -- cgit v1.2.3