blob: 32793233f9fc7aac6fcc0366f008647087debe8c [file] [log] [blame]
Andrew Geissler8f840682023-07-21 09:09:43 -05001From f31395c931bc633206eccfcfaaaa5d15021a3e86 Mon Sep 17 00:00:00 2001
Brad Bishop79641f22019-09-10 07:20:22 -04002From: Peiran Hong <peiran.hong@windriver.com>
3Date: Thu, 5 Sep 2019 15:42:22 -0400
4Subject: [PATCH] Skip strip-trailing-cr test case
5
6Skip the test "strip-trailing-cr" since it requires valgrind to
7work, but valgrind is considered too heavy-weight for diffutils
8package.
9
10Upstream-Status: Inappropriate [embedded specific]
11
12Signed-off-by: Peiran Hong <peiran.hong@windriver.com>
Patrick Williams864cc432023-02-09 14:54:44 -060013
Brad Bishop79641f22019-09-10 07:20:22 -040014---
Andrew Geissler8f840682023-07-21 09:09:43 -050015 tests/Makefile.am | 1 -
16 1 file changed, 1 deletion(-)
Brad Bishop79641f22019-09-10 07:20:22 -040017
18diff --git a/tests/Makefile.am b/tests/Makefile.am
Andrew Geissler8f840682023-07-21 09:09:43 -050019index 79bacfb..4adb4d7 100644
Brad Bishop79641f22019-09-10 07:20:22 -040020--- a/tests/Makefile.am
21+++ b/tests/Makefile.am
Andrew Geissler8f840682023-07-21 09:09:43 -050022@@ -22,7 +22,6 @@ TESTS = \
Brad Bishop79641f22019-09-10 07:20:22 -040023 stdin \
24 strcoll-0-names \
25 filename-quoting \
26- strip-trailing-cr \
Patrick Williams864cc432023-02-09 14:54:44 -060027 timezone \
Andrew Geissler8f840682023-07-21 09:09:43 -050028 colors \
29 y2038-vs-32bit