guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: gnurl: Do not disable testcase 1022.


From: Sree Harsha Totakura
Subject: [PATCH] gnu: gnurl: Do not disable testcase 1022.
Date: Tue, 18 Feb 2014 21:57:43 +0100

* gnu/packages/gnunet.scm (gnurl): Do not disable testcase 1022.
---
 gnu/packages/gnunet.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index b084796..dd54911 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -167,8 +167,7 @@ and support for SSL3 and TLS.")
                           "--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
@@ -176,11 +175,7 @@ and support for SSL3 and TLS.")
          (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))))
+              (which "sh")))))
        %standard-phases)))
    (synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset 
of cURL")
    (description
-- 
1.8.5.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]