mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
15 lines
331 B
Diff
15 lines
331 B
Diff
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"
|
|
|