guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnurl: Let the testsuite run test1026.


From: Ludovic Courtès
Subject: 01/01: gnu: gnurl: Let the testsuite run test1026.
Date: Mon, 9 Oct 2017 04:09:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c723271f30ac500472d8068b090bc8e6df78fce0
Author: ng0 <address@hidden>
Date:   Sun Oct 8 20:32:01 2017 +0000

    gnu: gnurl: Let the testsuite run test1026.
    
    * gnu/packages/gnunet.scm (gnurl)[argument]: Remove
    '(delete-file "tests/data/test1026")' and the comments related to it.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnunet.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index e28bac6..9b79dfd 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -234,10 +234,6 @@ and support for SSL3 and TLS.")
               #t)))
         (replace 'check
           (lambda _
-            ;; It is unclear why test1026 fails, however the content of it
-            ;; suggests that it is not vital for gnurl.
-            (delete-file "tests/data/test1026")
-
             (substitute* "tests/runtests.pl"
               (("/bin/sh") (which "sh")))
 



reply via email to

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