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

930b2f
commit bd2c6ca2b7ae0be02d4bb85db79def454f3153fb
930b2f
Author:     rpm-build <rpm-build>
930b2f
AuthorDate: Wed Dec 21 12:50:54 2016 +0100
930b2f
Commit:     rpm-build <rpm-build>
930b2f
CommitDate: Wed Dec 21 12:52:36 2016 +0100
930b2f
930b2f
    disable-gettext-runtime-test-lock.patch
930b2f
930b2f
diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am
930b2f
index 88a0684..3a27b79 100644
930b2f
--- a/gettext-runtime/tests/Makefile.am
930b2f
+++ b/gettext-runtime/tests/Makefile.am
930b2f
@@ -19,7 +19,7 @@
930b2f
 AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
930b2f
 EXTRA_DIST =
930b2f
 
930b2f
-TESTS = test-lock
930b2f
+TESTS =
930b2f
 
930b2f
 AM_CPPFLAGS = \
930b2f
   -I.. \
930b2f
diff --git a/gettext-runtime/tests/Makefile.in b/gettext-runtime/tests/Makefile.in
930b2f
index 4327733..5879146 100644
930b2f
--- a/gettext-runtime/tests/Makefile.in
930b2f
+++ b/gettext-runtime/tests/Makefile.in
930b2f
@@ -86,7 +86,7 @@ PRE_UNINSTALL = :
930b2f
 POST_UNINSTALL = :
930b2f
 build_triplet = @build@
930b2f
 host_triplet = @host@
930b2f
-TESTS = test-lock$(EXEEXT)
930b2f
+TESTS =
930b2f
 check_PROGRAMS = test-lock$(EXEEXT)
930b2f
 subdir = tests
930b2f
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
930b2f
diff --git a/gettext-tools/gnulib-tests/Makefile.in b/gettext-tools/gnulib-tests/Makefile.in
930b2f
index 26becd9..4b9d0e4 100644
930b2f
--- a/gettext-tools/gnulib-tests/Makefile.in
930b2f
+++ b/gettext-tools/gnulib-tests/Makefile.in
930b2f
@@ -143,7 +143,7 @@ TESTS = test-set-mode-acl.sh test-set-mode-acl-1.sh \
930b2f
 	test-isnanl-nolibm$(EXEEXT) test-isnanl$(EXEEXT) \
930b2f
 	test-iswblank$(EXEEXT) test-langinfo$(EXEEXT) \
930b2f
 	test-linkedhash_list$(EXEEXT) test-locale$(EXEEXT) \
930b2f
-	test-localename$(EXEEXT) test-lock$(EXEEXT) \
930b2f
+	test-localename$(EXEEXT) \
930b2f
 	test-log10$(EXEEXT) test-lseek.sh test-lstat$(EXEEXT) \
930b2f
 	test-malloca$(EXEEXT) test-math$(EXEEXT) test-mbrtowc1.sh \
930b2f
 	test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \