blob: ce6584c0324ffeeb9bcc9dc132fc0527a1518e4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 <sys/stat.h>
-#define TEMP_DIRNAME ".test-imap-client-hibernate"
+#define TEMP_DIRNAME ".test-ich"
#define EVILSTR "\t\r\n\001"
|