From 25e399948bce6a2877da171892ba522a7b82bf44 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sun, 8 Aug 2021 19:42:25 +0200 Subject: [PATCH] test: make busybox TEST-13-only dependency to make running other tests a bit easier on distributions which don't have busybox in repositories (CentOS). --- test/TEST-13-NSPAWN-SMOKE/test.sh | 1 + test/test-functions | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-13-NSPAWN-SMOKE/test.sh b/test/TEST-13-NSPAWN-SMOKE/test.sh index 352f00682b6..8455cc60adf 100755 --- a/test/TEST-13-NSPAWN-SMOKE/test.sh +++ b/test/TEST-13-NSPAWN-SMOKE/test.sh @@ -11,6 +11,7 @@ TEST_NO_NSPAWN=1 test_append_files() { ( local workspace="${1:?}" + dracut_install busybox if selinuxenabled >/dev/null; then dracut_install selinuxenabled diff --git a/test/test-functions b/test/test-functions index c4e812a03f1..882d0715c30 100644 --- a/test/test-functions +++ b/test/test-functions @@ -126,7 +126,6 @@ BASICTOOLS=( base64 basename bash - busybox capsh cat chmod -- 2.47.3