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>
This commit is contained in:
parent
5130e54cab
commit
c723271f30
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue