civodul pushed a commit to branch master
in repository guix.
commit 61d4f9e89da8471ecf4df93ab25c0d707797122a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon May 30 12:21:50 2022 +0200
tests: Adjust crate importer test to spdx changes.
This is a followup to 95b0544fcfa1a663435a9ac84db94312b938022b.
* tests/crate.scm ("licenses: MIT/Apache-2.0 AND BSD-2-Clause"): Adjust
expected result.
---
tests/crate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/crate.scm b/tests/crate.scm
index b6c3a7ee2e..720fcb212c 100644
--- a/tests/crate.scm
+++ b/tests/crate.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 David Thompson <[email protected]>
;;; Copyright © 2016 David Craven <[email protected]>
-;;; Copyright © 2019, 2020 Ludovic Courtès <[email protected]>
+;;; Copyright © 2019, 2020, 2022 Ludovic Courtès <[email protected]>
;;; Copyright © 2020 Martin Becze <[email protected]>
;;;
;;; This file is part of GNU Guix.
@@ -572,7 +572,7 @@
(string->license "Apache-2.0 WITH LLVM-exception"))
(test-equal "licenses: MIT/Apache-2.0 AND BSD-2-Clause"
- '(license:expat license:asl2.0 unknown-license!)
+ '(license:expat license:asl2.0 license:bsd-2)
(string->license "MIT/Apache-2.0 AND BSD-2-Clause"))
(test-equal "licenses: MIT/Apache-2.0"