diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-09-24 12:04:30 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-09-24 12:05:53 +0200 |
commit | a77adfe022378fe3364d0d742203bac45746a4b9 (patch) | |
tree | 27af6a88c9b77cacdb88ce88a1d3beb21973c134 | |
parent | 946288288991899d857e34e5bfa3bcc514380073 (diff) | |
download | patches-a77adfe022378fe3364d0d742203bac45746a4b9.tar patches-a77adfe022378fe3364d0d742203bac45746a4b9.tar.gz |
tests: cran: Use cran-uri in expected output.
* tests/cran.scm: Expect output to use "cran-uri" procedure.
-rw-r--r-- | tests/cran.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cran.scm b/tests/cran.scm index c9cb5f69d0..ba5699a133 100644 --- a/tests/cran.scm +++ b/tests/cran.scm @@ -149,8 +149,7 @@ ('version "1.2.3") ('source ('origin ('method 'url-fetch) - ('uri ('string-append "mirror://cran/src/contrib/my-example-sxml_" - 'version ".tar.gz")) + ('uri ('cran-uri "my-example-sxml" 'version)) ('sha256 ('base32 (? string? hash))))) |