diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
commit | ce4c11f8f3e710acd7b8bd90dc6605bbde520715 (patch) | |
tree | fc29275f150dd7780c16d507d8d133cbe01c6565 /tests/texlive.scm | |
parent | 5c78644154a00d5665f36f0febd931bc6262c628 (diff) | |
download | guix-ce4c11f8f3e710acd7b8bd90dc6605bbde520715.tar.gz |
tests: Fix texlive->guix-package test.
This follows up on commit 1619f2c18c1b3cca41f52fea3d7231b9ad490af8. * tests/texlive.scm ("texlive->guix-package"): Don't expect a ‘license:’ prefix to ‘fsf-free’.
Diffstat (limited to 'tests/texlive.scm')
-rw-r--r-- | tests/texlive.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texlive.scm b/tests/texlive.scm index 98461f7e51..b07bbe6ad5 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -547,7 +547,7 @@ completely compatible with Plain TeX.") ('synopsis (? string?)) ('description (? string?)) ('license - ('license:fsf-free "https://www.tug.org/texlive/copying.html"))) + ('fsf-free "https://www.tug.org/texlive/copying.html"))) #true) (_ (begin |