From 052d53df1f9a34fea43a29618b0bf165255bdadf Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 24 Jan 2016 16:28:51 +0100 Subject: tests: Use 'dummy-origin' for lint tests when possible. * guix/tests/lint.scm ("patches: file names", "patches: not found"): Use 'dummy-origin'. 'sha256' field was wrongly set to a string instead of a bytevector. --- tests/lint.scm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/lint.scm b/tests/lint.scm index b8dad13ceb..54be50d1c1 100644 --- a/tests/lint.scm +++ b/tests/lint.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2012, 2013 Cyril Roelandt ;;; Copyright © 2014, 2015 Eric Bavier ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès -;;; Copyright © 2015 Mathieu Lirzin +;;; Copyright © 2015, 2016 Mathieu Lirzin ;;; ;;; This file is part of GNU Guix. ;;; @@ -308,10 +308,7 @@ (define-syntax-rule (with-warnings body ...) (with-warnings (let ((pkg (dummy-package "x" (source - (origin - (method url-fetch) - (uri "someurl") - (sha256 "somesha") + (dummy-origin (patches (list "/path/to/y.patch"))))))) (check-patch-file-names pkg))) "file names of patches should start with the package name"))) @@ -322,10 +319,7 @@ (define-syntax-rule (with-warnings body ...) (with-warnings (let ((pkg (dummy-package "x" (source - (origin - (method url-fetch) - (uri "someurl") - (sha256 "somesha") + (dummy-origin (patches (list (search-patch "this-patch-does-not-exist!")))))))) (check-patch-file-names pkg))) -- cgit v1.2.3