]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: install losetup by default
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Dec 2021 14:34:17 +0000 (23:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Dec 2021 14:34:27 +0000 (23:34 +0900)
Preparation for the next commit.

test/TEST-29-PORTABLE/test.sh
test/TEST-50-DISSECT/test.sh
test/TEST-67-INTEGRITY/test.sh
test/test-functions

index a345e29314e109b5d77f89d1d9f10555dfa9bb7f..7727e7b5cae438e99e490f7c669d6ff23fa03829 100755 (executable)
@@ -21,7 +21,6 @@ test_append_files() {
         instmods overlay =overlayfs
         install_dmevent
         generate_module_dependencies
-        inst_binary losetup
         inst_binary mksquashfs
         inst_binary unsquashfs
         install_verity_minimal
index bbc65a053946a3f4e091bc2af9ee839f003e62e5..77a64b9b1e84aac6d0e8b5fe653d83d93ea12863 100755 (executable)
@@ -27,7 +27,6 @@ test_append_files() {
         instmods overlay =overlayfs
         install_dmevent
         generate_module_dependencies
-        inst_binary losetup
         inst_binary wc
         if command -v openssl >/dev/null 2>&1; then
             inst_binary openssl
index c379d72e20556ac98ddfb1b193ae058b66399958..b3bc1441abe528f9770bf05c39a027f0a00f8654 100755 (executable)
@@ -15,7 +15,6 @@ test_append_files() {(
     instmods loop =block
     instmods dm_integrity =md
 
-    inst_binary losetup
     inst_binary integritysetup
     inst_binary blkid
     install_dmevent
index 7b9467cfc1c303d7ba921a333b3341f92852ce62..218d0e6888c1e05102750c8f303ebfe8e604ae41 100644 (file)
@@ -154,6 +154,7 @@ BASICTOOLS=(
     ln
     loadkeys
     login
+    losetup
     lz4cat
     mkfifo
     mktemp