]> git.pld-linux.org Git - packages/libtool.git/commitdiff
- fix for loop in cmdline_wrap test
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 Oct 2014 22:27:23 +0000 (23:27 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 Oct 2014 22:27:23 +0000 (23:27 +0100)
libtool-tests.patch [new file with mode: 0644]
libtool.spec

diff --git a/libtool-tests.patch b/libtool-tests.patch
new file mode 100644 (file)
index 0000000..1a35fe0
--- /dev/null
@@ -0,0 +1,11 @@
+--- libtool-2.4.3/tests/cmdline_wrap.at~       2014-10-27 18:20:51.000000000 +0100
++++ libtool-2.4.3/tests/cmdline_wrap.at        2014-10-30 22:37:17.938397654 +0100
+@@ -28,7 +28,7 @@
+ AT_SETUP([Run tests with low max_cmd_len])
+ AT_KEYWORDS([recursive expensive])
+ dnl If we already have failures, then reruns will fail too!
+-fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; end`
++fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; done`
+ AT_CHECK([test -z "$fail_list" || (exit 77)])
+ m4_ifdef([AT_CAPTURE_FILE],
+ [AT_CAPTURE_FILE([testsuite.log])])
index a19c2e03b5fcab0d3b197f9edc03eead5bfc11a0..807b1469d2ad32427106f8d41db4fc1aac624461 100644 (file)
@@ -24,6 +24,7 @@ Patch1:               %{name}-libdirs.patch
 Patch2:                %{name}-multilib.patch
 Patch3:                %{name}-linking-order.patch
 Patch4:                %{name}-fuse-ld.patch
+Patch5:                %{name}-tests.patch
 URL:           http://www.gnu.org/software/libtool/
 BuildRequires: /usr/bin/which
 BuildRequires: autoconf >= 2.59
@@ -152,6 +153,7 @@ utilizando componentes estáticos (raramente necessário).
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I m4
This page took 0.035109 seconds and 4 git commands to generate.