gnu: gnurl: Do not disable testcase 1022.
* gnu/packages/gnunet.scm (gnurl): Do not disable testcase 1022. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
7c869effd4
commit
67543125f3
@ -167,20 +167,13 @@ and support for SSL3 and TLS.")
|
|||||||
"--disable-file" "--disable-ftp")
|
"--disable-file" "--disable-ftp")
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:parallel-tests? #f
|
#:parallel-tests? #f
|
||||||
;; We have to patch runtests.pl in tests/ directory and add a failing
|
;; We have to patch runtests.pl in tests/ directory
|
||||||
;; test due to curl->gnurl name change to tests/data/DISABLED
|
|
||||||
#:phases
|
#:phases
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'check 'patch-runtests
|
'check 'patch-runtests
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "tests"
|
(substitute* "tests/runtests.pl"
|
||||||
(substitute* "runtests.pl"
|
(("/bin/sh") (which "sh"))))
|
||||||
(("/bin/sh")
|
|
||||||
(which "sh")))
|
|
||||||
(let* ((port (open-file "data/DISABLED" "a")))
|
|
||||||
(newline port)
|
|
||||||
(display "1022" port)
|
|
||||||
(close port))))
|
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
|
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user