From: Stefan Schantl Date: Wed, 23 Nov 2011 20:01:56 +0000 (+0100) Subject: curl: Enable testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d0efe9c85c435588a81a017770e5e4d8b4f736;p=ipfire-3.x.git curl: Enable testsuite. Testsuite now works and will run through. Please ignore the error message on test 564. ( RUN: failed to start the SSH server ) --- diff --git a/curl/curl.nm b/curl/curl.nm index 8d3e09d4d..5a752fd80 100644 --- a/curl/curl.nm +++ b/curl/curl.nm @@ -5,7 +5,7 @@ name = curl version = 7.23.1 -release = 1 +release = 2 groups = Application/Internet url = http://www.curl.haxx.se/ @@ -53,10 +53,9 @@ build autoreconf -vfi end - # Doesn't work - #test - # make check - #end + test + make check + end end packages