guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: tests: Fix typo in 'with-graft' transformation test.


From: Ludovic Courtès
Subject: 06/07: tests: Fix typo in 'with-graft' transformation test.
Date: Wed, 19 Oct 2016 13:55:01 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 0d7034ca4fa287f792a934dd3ac17905db683f4f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 19 15:17:06 2016 +0200

    tests: Fix typo in 'with-graft' transformation test.
    
    This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65.
    
    * tests/scripts-build.scm ("options->transformation, with-graft"): Use
    'with-graft', not 'with-input'.
---
 tests/scripts-build.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts-build.scm b/tests/scripts-build.scm
index e261090..b324012 100644
--- a/tests/scripts-build.scm
+++ b/tests/scripts-build.scm
@@ -107,7 +107,7 @@
               (inputs `(("foo" ,grep)
                         ("bar" ,(dummy-package "chbouib"
                                   (native-inputs `(("x" ,grep)))))))))
-         (t (options->transformation '((with-input . "grep=findutils")))))
+         (t (options->transformation '((with-graft . "grep=findutils")))))
     (with-store store
       (let ((new (t store p)))
         (and (not (eq? new p))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]