From 0d7034ca4fa287f792a934dd3ac17905db683f4f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 19 Oct 2016 15:17:06 +0200 Subject: 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(-) (limited to 'tests/scripts-build.scm') diff --git a/tests/scripts-build.scm b/tests/scripts-build.scm index e2610904e2..b324012806 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)) -- cgit v1.2.3