all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sree Harsha Totakura <sreeharsha@totakura.in>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: gnurl: Do not disable testcase 1022.
Date: Tue, 18 Feb 2014 21:57:43 +0100	[thread overview]
Message-ID: <1392757063-10724-2-git-send-email-sreeharsha@totakura.in> (raw)
In-Reply-To: <1392757063-10724-1-git-send-email-sreeharsha@totakura.in>

* 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	other threads:[~2014-02-18 20:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18 20:57 [PATCH] Do not disable gnurl testcase 1022 Sree Harsha Totakura
2014-02-18 20:57 ` Sree Harsha Totakura [this message]
2014-02-18 21:55 ` Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392757063-10724-2-git-send-email-sreeharsha@totakura.in \
    --to=sreeharsha@totakura.in \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.