gnu: gnurl: Let the testsuite run test1026.
authorng0 <ng0@infotropique.org>
Sun, 8 Oct 2017 20:32:01 +0000 (20:32 +0000)
committerLudovic Courtès <ludo@gnu.org>
Mon, 9 Oct 2017 07:32:35 +0000 (09:32 +0200)
* gnu/packages/gnunet.scm (gnurl)[argument]: Remove
'(delete-file "tests/data/test1026")' and the comments related to it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/gnunet.scm

index e28bac6..9b79dfd 100644 (file)
@@ -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")))