import: texlive: Avoid uses of '@@' in tests.
authorLudovic Courtès <ludo@gnu.org>
Fri, 17 Jan 2020 12:50:53 +0000 (13:50 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 17 Jan 2020 13:22:08 +0000 (14:22 +0100)
commit6f918d69b4824226c877c0ca6385360a1dd38bbd
tree11ea00201d653ab2269c86fbc1ca943d3bfb6341
parent282f91790a5bbd0d9b3223c4bfd45b66e418c200
import: texlive: Avoid uses of '@@' in tests.

* guix/import/texlive.scm (fetch-sxml, sxml->package): Export.
* tests/texlive.scm <top level>: Call '%http-server-port'.
("fetch-sxml: returns SXML for valid XML"): Use 'with-http-server' and
set 'current-http-proxy' instead of using 'mock'.
("sxml->package"): Remove use of '@@'.
guix/import/texlive.scm
tests/texlive.scm