1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/community/mailutils/disable-koi8-r-test.patch
2025-04-27 03:20:38 +00:00

18 lines
599 B
Diff

musl does not support this charset.
diff --git a/libmailutils/tests/decode2047.at b/libmailutils/tests/decode2047.at
index d255844..806d4bd 100644
--- a/libmailutils/tests/decode2047.at
+++ b/libmailutils/tests/decode2047.at
@@ -50,12 +50,6 @@ TESTDEC2047([],[decode04],
[If you can read this yo ... u understand the example.
])
-# Malformed input string: lacks trailing =. MU 0.6.90 hanged on it.
-TESTDEC2047([malformed input],[decode05],
-[=?koi8-r?B?RndkOiDSxcfJ09TSwcPJ0SDEz83FzsE?=],
-[Fwd: \322\305\307\311\323\324\322\301\303\311\321 \304\317\315\305
-])
-
m4_popdef([TESTDEC2047])