~ruther/guix-local

c723271f30ac500472d8068b090bc8e6df78fce0 — ng0 8 years ago 5130e54
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 <ludo@gnu.org>
1 files changed, 0 insertions(+), 4 deletions(-)

M gnu/packages/gnunet.scm
M gnu/packages/gnunet.scm => gnu/packages/gnunet.scm +0 -4
@@ 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")))