tests: Fix typo in 'with-graft' transformation test.
authorLudovic Courtès <ludo@gnu.org>
Wed, 19 Oct 2016 13:17:06 +0000 (15:17 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 19 Oct 2016 13:54:10 +0000 (15:54 +0200)
This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65.

* tests/scripts-build.scm ("options->transformation, with-graft"): Use
'with-graft', not 'with-input'.

tests/scripts-build.scm

index e261090..b324012 100644 (file)
               (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))