tests: Fix typo in 'with-graft' transformation test.
This is a followup to 645b9df858
.
* tests/scripts-build.scm ("options->transformation, with-graft"): Use
'with-graft', not 'with-input'.
This commit is contained in:
parent
2535635f18
commit
0d7034ca4f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue