From 9991ce1e78e9753ddf1dfe24595b7ea82476578e Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Sun, 18 Apr 2021 22:01:10 +0200 Subject: [PATCH 5/7] tests: build-utils: Remove obsolete comment. * tests/build-utils.scm ("wrap-program, one input, multiple calls"): Remove obsolete, and now factually incorrect comment, that claimed this test creates a symlink. --- tests/build-utils.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/build-utils.scm b/tests/build-utils.scm index 620cddbbfc..a5dfab576d 100644 --- a/tests/build-utils.scm +++ b/tests/build-utils.scm @@ -107,10 +107,6 @@ bash))) (chmod foo #o777) - ;; wrap-program uses `which' to find bash for the wrapper shebang, but - ;; it can't know about the bootstrap bash in the store, since it's not - ;; named "bash". Help it out a bit by providing a symlink it this - ;; package's output. (with-environment-variable "PATH" (dirname bash) (wrap-program foo `("GUIX_FOO" prefix ("hello"))) (wrap-program foo `("GUIX_BAR" prefix ("world"))) -- 2.31.1