[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))
- branch master updated (99df12c -> fe9bdb5), Ludovic Court�s, 2016/10/19
- 04/07: lint: Suggest @code instead of quotes., Ludovic Court�s, 2016/10/19
- 02/07: gnu: glfw: Propagate the relevant inputs., Ludovic Court�s, 2016/10/19
- 06/07: tests: Fix typo in 'with-graft' transformation test.,
Ludovic Court�s <=
- 07/07: tests: Make sure child process of 'pivot-root' test exits., Ludovic Court�s, 2016/10/19
- 01/07: container: Allow 'container-excursion' to the same namespaces., Ludovic Court�s, 2016/10/19
- 03/07: gnu: Add Ao., Ludovic Court�s, 2016/10/19
- 05/07: Use (ice-9 binary-ports) instead of (rnrs io ports)., Ludovic Court�s, 2016/10/19