blob: 219580761f523d2825afc00d60a7616e0a1ba599 (
plain) (
tree)
|
|
From e62f2a250092fc30ebe242c6acbf46320c1d0891 Mon Sep 17 00:00:00 2001
From: Luis Ressel <aranea@aixah.de>
Date: Mon, 25 Feb 2019 07:34:54 +0100
Subject: [PATCH] Disable broken tests
test-iconv relies on an glibc-specific iso-2022-jp encoding behaviour;
test-filters uses the UTF-8 --> EUC-KR conversion which is not
supported by musl.
---
tests/Makefile.am | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a2ee8d..f59c8ed 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,11 +10,9 @@ AM_CPPFLAGS = \
$(GLIB_CFLAGS)
AUTOMATED_TESTS = \
- test-iconv \
test-streams \
test-cat \
test-encodings \
- test-filters \
test-headers \
test-mime-part \
test-partial \
--
2.19.2
|