guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41816] [PATCH 4/4] gnu: busybox: Fix test.


From: Danny Milosavljevic
Subject: [bug#41816] [PATCH 4/4] gnu: busybox: Fix test.
Date: Thu, 11 Jun 2020 23:08:48 +0200

* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[check]: Fix test.
---
 gnu/packages/busybox.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm
index dce5ccf766..305a61f40b 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -82,6 +82,9 @@
              (substitute* "testsuite/date/date-works-1"
                (("/bin/date") (which "date")))
 
+             (substitute* "testsuite/start-stop-daemon.tests"
+              (("/bin/false") (which "false")))
+
              ;; The pidof tests assume that pid 1 is called "init" but that is 
not
              ;; true in guix build environment
              (substitute* "testsuite/pidof.tests"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]