Blame SOURCES/disable-gettext-runtime-test-lock.patch

26408e
Index: gettext-0.19.7/gettext-runtime/tests/Makefile.am
26408e
===================================================================
26408e
--- gettext-0.19.7.orig/gettext-runtime/tests/Makefile.am
26408e
+++ gettext-0.19.7/gettext-runtime/tests/Makefile.am
26408e
@@ -20,7 +20,7 @@
26408e
 AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
26408e
 EXTRA_DIST =
26408e
 
26408e
-TESTS = test-lock
26408e
+TESTS =
26408e
 
26408e
 AM_CPPFLAGS = \
26408e
   -I.. \
26408e
Index: gettext-0.19.7/gettext-runtime/tests/Makefile.in
26408e
===================================================================
26408e
--- gettext-0.19.7.orig/gettext-runtime/tests/Makefile.in
26408e
+++ gettext-0.19.7/gettext-runtime/tests/Makefile.in
26408e
@@ -86,7 +86,7 @@ PRE_UNINSTALL = :
26408e
 POST_UNINSTALL = :
26408e
 build_triplet = @build@
26408e
 host_triplet = @host@
26408e
-TESTS = test-lock$(EXEEXT)
26408e
+TESTS =
26408e
 check_PROGRAMS = test-lock$(EXEEXT)
26408e
 subdir = tests
26408e
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4