diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-14 13:13:24 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-14 19:32:07 +0200 |
commit | 807626d1ce1c963715ebb3946d25734e748b8270 (patch) | |
tree | 79dcf08f9c3aeb5bf974df3fa55939af1d590f5a /test/TEST-29-PORTABLE | |
parent | test: create merged-usr containers (diff) | |
download | systemd-807626d1ce1c963715ebb3946d25734e748b8270.tar.xz systemd-807626d1ce1c963715ebb3946d25734e748b8270.zip |
test: install the overlayfs/loop modules unconditionally
Diffstat (limited to 'test/TEST-29-PORTABLE')
-rwxr-xr-x | test/TEST-29-PORTABLE/test.sh | 19 |
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 "$@" |