From 4b8d7d893eca23b08ea7cc52fb2207fb37b89db8 Mon Sep 17 00:00:00 2001 From: alexander barakin aka sash-kan Date: Fri, 16 Dec 2011 13:16:22 +0400 Subject: [PATCH] skip test misc/sort-continue --- coreutils.skip1test.patch | 10 ++++++++++ coreutils.spec | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 coreutils.skip1test.patch diff --git a/coreutils.skip1test.patch b/coreutils.skip1test.patch new file mode 100644 index 0000000..e7c2393 --- /dev/null +++ b/coreutils.skip1test.patch @@ -0,0 +1,10 @@ +--- coreutils-8.12/tests/Makefile.am.skip1test 2011-12-16 13:01:31.000000000 +0400 ++++ coreutils-8.12/tests/Makefile.am 2011-12-16 13:10:54.000000000 +0400 +@@ -233,7 +233,6 @@ TESTS = \ + misc/sort-compress \ + misc/sort-compress-hang \ + misc/sort-compress-proc \ +- misc/sort-continue \ + misc/sort-debug-keys \ + misc/sort-debug-warn \ + misc/sort-files0-from \ diff --git a/coreutils.spec b/coreutils.spec index 6bcee4d..59b588b 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -67,6 +67,7 @@ Patch2908: coreutils-getgrouplist.patch Patch2912: coreutils-overflow.patch #compile su with pie flag and RELRO protection Patch2917: coreutils-8.4-su-pie.patch +Patch2918: coreutils.skip1test.patch BuildRequires: gettext BuildRequires: termcap-devel @@ -158,6 +159,7 @@ This package contains coreutils documentation in GNU info format. %patch2908 -p1 -b .getgrouplist~ %patch2912 -p1 -b .overflow~ %patch2917 -p1 -b .pie~ +%patch2918 -p1 -b .skip1test chmod a+x tests/misc/sort-mb-tests tests/misc/id-context chmod +w ./src/dircolors.h