tests: Fix texlive->guix-package test.
This follows up on commit 1619f2c18c
.
* tests/texlive.scm ("texlive->guix-package"): Don't expect
a ‘license:’ prefix to ‘fsf-free’.
master
parent
5c78644154
commit
ce4c11f8f3
|
@ -547,7 +547,7 @@ completely compatible with Plain TeX.")
|
||||||
('synopsis (? string?))
|
('synopsis (? string?))
|
||||||
('description (? string?))
|
('description (? string?))
|
||||||
('license
|
('license
|
||||||
('license:fsf-free "https://www.tug.org/texlive/copying.html")))
|
('fsf-free "https://www.tug.org/texlive/copying.html")))
|
||||||
#true)
|
#true)
|
||||||
(_
|
(_
|
||||||
(begin
|
(begin
|
||||||
|
|
Reference in New Issue