]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
curl: Enable testsuite.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 23 Nov 2011 20:01:56 +0000 (21:01 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 23 Nov 2011 20:01:56 +0000 (21:01 +0100)
Testsuite now works and will run through.
Please ignore the error message on test 564.
( RUN: failed to start the SSH server )

curl/curl.nm

index 8d3e09d4d33933400cffa6663341baf67b23b941..5a752fd80fd6b520783bb03c69441706ac7c19a2 100644 (file)
@@ -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