mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 0 additions and 4 deletions
|
@ -234,10 +234,6 @@ (define-public gnurl
|
|||
#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 a new issue