summaryrefslogtreecommitdiffstats
path: root/test/TEST-29-PORTABLE
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-05-14 13:13:24 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-05-14 19:32:07 +0200
commit807626d1ce1c963715ebb3946d25734e748b8270 (patch)
tree79dcf08f9c3aeb5bf974df3fa55939af1d590f5a /test/TEST-29-PORTABLE
parenttest: create merged-usr containers (diff)
downloadsystemd-807626d1ce1c963715ebb3946d25734e748b8270.tar.xz
systemd-807626d1ce1c963715ebb3946d25734e748b8270.zip
test: install the overlayfs/loop modules unconditionally
Diffstat (limited to 'test/TEST-29-PORTABLE')
-rwxr-xr-xtest/TEST-29-PORTABLE/test.sh19
1 files changed, 7 insertions, 12 deletions
diff --git a/test/TEST-29-PORTABLE/test.sh b/test/TEST-29-PORTABLE/test.sh
index 7727e7b5ca..d826db6b57 100755
--- a/test/TEST-29-PORTABLE/test.sh
+++ b/test/TEST-29-PORTABLE/test.sh
@@ -12,19 +12,14 @@ TEST_INSTALL_VERITY_MINIMAL=1
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
-# Need loop devices for mounting images
test_append_files() {
- (
- instmods loop =block
- instmods squashfs =squashfs
- instmods dm_verity =md
- instmods overlay =overlayfs
- install_dmevent
- generate_module_dependencies
- inst_binary mksquashfs
- inst_binary unsquashfs
- install_verity_minimal
- )
+ instmods squashfs =squashfs
+ instmods dm_verity =md
+ install_dmevent
+ generate_module_dependencies
+ inst_binary mksquashfs
+ inst_binary unsquashfs
+ install_verity_minimal
}
do_test "$@"