From 83ab1a812fc7903abdaabeca2e07bb03f8d25827 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Wed, 31 Aug 2016 09:56:00 -0500 Subject: tests: cpan: Fix mock urls. Followup to 7a62263ee5. * tests/cpan.scm (cpan->guix-package): Use "https" in mock urls. --- tests/cpan.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cpan.scm') diff --git a/tests/cpan.scm b/tests/cpan.scm index 898081b3e5..80ff044abd 100644 --- a/tests/cpan.scm +++ b/tests/cpan.scm @@ -66,9 +66,9 @@ (lambda () (display (match url - ("http://api.metacpan.org/release/Foo-Bar" + ("https://api.metacpan.org/release/Foo-Bar" test-json) - ("http://api.metacpan.org/module/Test::Script" + ("https://api.metacpan.org/module/Test::Script" "{ \"distribution\" : \"Test-Script\" }") ("http://example.com/Foo-Bar-0.1.tar.gz" test-source) -- cgit v1.2.3