diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index b08479624d6b94d8e13b2bb26c512078e02905e0..7f7a6fd6f98a4e7446089d62dc2bba4494c65b4e 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -167,20 +167,13 @@ (define-public gnurl "--disable-file" "--disable-ftp") #:test-target "test" #:parallel-tests? #f - ;; We have to patch runtests.pl in tests/ directory and add a failing - ;; test due to curl->gnurl name change to tests/data/DISABLED + ;; We have to patch runtests.pl in tests/ directory #:phases (alist-cons-before 'check 'patch-runtests (lambda _ - (with-directory-excursion "tests" - (substitute* "runtests.pl" - (("/bin/sh") - (which "sh"))) - (let* ((port (open-file "data/DISABLED" "a"))) - (newline port) - (display "1022" port) - (close port)))) + (substitute* "tests/runtests.pl" + (("/bin/sh") (which "sh")))) %standard-phases))) (synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL") (description