diff options
author | ng0 <ng0@infotropique.org> | 2017-10-08 20:32:01 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-09 09:32:35 +0200 |
commit | c723271f30ac500472d8068b090bc8e6df78fce0 (patch) | |
tree | d35dbb6bd3760e5e84524f1cfdcdf862ee3867cb /gnu/packages/gnunet.scm | |
parent | 5130e54cabda9f1e773760aa328fa9c3a531b4fa (diff) | |
download | patches-c723271f30ac500472d8068b090bc8e6df78fce0.tar patches-c723271f30ac500472d8068b090bc8e6df78fce0.tar.gz |
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>
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r-- | gnu/packages/gnunet.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index e28bac6e87..9b79dfd9d3 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"))) |