unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: 41816@debbugs.gnu.org
Cc: Danny Milosavljevic <dannym@scratchpost.org>
Subject: [bug#41816] [PATCH 4/4] gnu: busybox: Fix test.
Date: Thu, 11 Jun 2020 23:08:48 +0200	[thread overview]
Message-ID: <20200611210848.28784-4-dannym@scratchpost.org> (raw)
In-Reply-To: <20200611210848.28784-1-dannym@scratchpost.org>

* 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"




  parent reply	other threads:[~2020-06-11 21:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11 21:05 [bug#41816] [PATCH 0/4] Fix busybox Danny Milosavljevic
2020-06-11 21:08 ` [bug#41816] [PATCH 1/4] gnu: busybox: Make build reproducible Danny Milosavljevic
2020-06-11 21:08   ` [bug#41816] [PATCH 2/4] gnu: busybox: Update to 1.31.1 Danny Milosavljevic
2020-06-11 21:08   ` [bug#41816] [PATCH 3/4] gnu: busybox: Fix build with new glibc Danny Milosavljevic
2020-06-11 21:08   ` Danny Milosavljevic [this message]
2020-06-14 11:06   ` bug#41816: [PATCH 0/4] Fix busybox Danny Milosavljevic
2020-06-14 10:31 ` [bug#41816] " Efraim Flashner
2020-06-14 10:37 ` Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200611210848.28784-4-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=41816@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).