~ruther/guix-local

79e5e00f4f0b5a6b2cbf13f60bcd1fd7029f8e08 — Ludovic Courtès 8 years ago 909dcf5
import: cpan: Adjust expected license in tests.

This is a followup to 01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a.

* tests/cpan.scm ("cpan->guix-package"): Expect 'perl-license'.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/cpan.scm
M tests/cpan.scm => tests/cpan.scm +1 -1
@@ 100,7 100,7 @@
                   ('home-page "http://search.cpan.org/dist/Foo-Bar")
                   ('synopsis "Fizzle Fuzz")
                   ('description 'fill-in-yourself!)
                   ('license (package-license perl)))
                   ('license 'perl-license))
                 (string=? (bytevector->nix-base32-string
                            (call-with-input-string test-source port-sha256))
                           hash))