]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: make busybox TEST-13-only dependency 20399/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 8 Aug 2021 17:42:25 +0000 (19:42 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 8 Aug 2021 17:43:23 +0000 (19:43 +0200)
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
test/test-functions

index 352f00682b66dcfac7f4b6b14f3a7b92c62fd770..8455cc60adf664aa9f99fa2d14a57da4d74a0ae4 100755 (executable)
@@ -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
index c4e812a03f1fab6051878b4b33a2826710990920..882d0715c30f9791c02ed9ffa025e9eaea00ef32 100644 (file)
@@ -126,7 +126,6 @@ BASICTOOLS=(
     base64
     basename
     bash
-    busybox
     capsh
     cat
     chmod