Andreas Schwab
c16b5ef5c8
- remove-backref-alt-test.patch: Remove backref-alt test which fails or not depending on glibc version OBS-URL: https://build.opensuse.org/request/show/627809 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=87
25 lines
782 B
Diff
25 lines
782 B
Diff
Index: grep-3.1/tests/Makefile.am
|
|
===================================================================
|
|
--- grep-3.1.orig/tests/Makefile.am
|
|
+++ grep-3.1/tests/Makefile.am
|
|
@@ -63,7 +63,6 @@ endif
|
|
|
|
TESTS = \
|
|
backref \
|
|
- backref-alt \
|
|
backref-multibyte-slow \
|
|
backref-word \
|
|
backslash-s-and-repetition-operators \
|
|
Index: grep-3.1/tests/Makefile.in
|
|
===================================================================
|
|
--- grep-3.1.orig/tests/Makefile.in
|
|
+++ grep-3.1/tests/Makefile.in
|
|
@@ -1411,7 +1411,6 @@ LDADD = ../lib/libgreputils.a $(LIBINTL)
|
|
XFAIL_TESTS = triple-backref $(am__append_1) $(am__append_2)
|
|
TESTS = \
|
|
backref \
|
|
- backref-alt \
|
|
backref-multibyte-slow \
|
|
backref-word \
|
|
backslash-s-and-repetition-operators \
|