26 lines
1 KiB
Diff
26 lines
1 KiB
Diff
Index: grep-3.1/tests/Makefile.am
|
|
===================================================================
|
|
--- grep-3.1.orig/tests/Makefile.am
|
|
+++ grep-3.1/tests/Makefile.am
|
|
@@ -58,7 +58,7 @@ XFAIL_TESTS += equiv-classes
|
|
else
|
|
# The backslash-alt test fails for glibc, which needs to be fixed.
|
|
# FIXME-2015: Remove this once the glibc bug is fixed.
|
|
-XFAIL_TESTS += backref-alt
|
|
+XFAIL_TESTS += # backref-alt
|
|
endif
|
|
|
|
TESTS = \
|
|
Index: grep-3.1/tests/Makefile.in
|
|
===================================================================
|
|
--- grep-3.1.orig/tests/Makefile.in
|
|
+++ grep-3.1/tests/Makefile.in
|
|
@@ -110,7 +110,7 @@ check_PROGRAMS = get-mb-cur-max$(EXEEXT)
|
|
@USE_INCLUDED_REGEX_TRUE@am__append_1 = equiv-classes
|
|
# The backslash-alt test fails for glibc, which needs to be fixed.
|
|
# FIXME-2015: Remove this once the glibc bug is fixed.
|
|
-@USE_INCLUDED_REGEX_FALSE@am__append_2 = backref-alt
|
|
+@USE_INCLUDED_REGEX_FALSE@am__append_2 = # backref-alt
|
|
subdir = tests
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
|