From 4be898643b37a366e66044f6103d2c17ec732075 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 9 Dec 2009 19:15:29 +0000 Subject: [PATCH] - replace hard wired port numbers in the test suite --- curl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index e98b000..0cfdeca 100644 --- a/curl.spec +++ b/curl.spec @@ -95,6 +95,9 @@ use cURL's capabilities internally. autoconf +# replace hard wired port numbers in the test suite +sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ tests/data/test* + # Convert docs to UTF-8 for f in CHANGES README; do iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8 @@ -121,7 +124,7 @@ cd tests make %{?_smp_mflags} # use different port range for 32bit and 64bit build, thus make it possible # to run both in parallel on the same machine -./runtests.pl -a -b89%{?__isa_bits} -p -v +./runtests.pl -a -b%{?__isa_bits}90 -p -v %install rm -rf $RPM_BUILD_ROOT @@ -182,6 +185,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Dec 09 2009 Kamil Dudka 7.19.7-5 - use different port numbers for 32bit and 64bit builds +- replace hard wired port numbers in the test suite * Tue Dec 08 2009 Kamil Dudka 7.19.7-4 - avoid use of uninitialized value in lib/nss.c