summaryrefslogtreecommitdiff
path: root/test/TEST-50-DISSECT/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-50-DISSECT/test.sh')
-rwxr-xr-xtest/TEST-50-DISSECT/test.sh25
1 files changed, 10 insertions, 15 deletions
diff --git a/test/TEST-50-DISSECT/test.sh b/test/TEST-50-DISSECT/test.sh
index 276dd7c716..2d44ca2b6e 100755
--- a/test/TEST-50-DISSECT/test.sh
+++ b/test/TEST-50-DISSECT/test.sh
@@ -16,22 +16,17 @@ command -v mksquashfs >/dev/null 2>&1 || exit 0
command -v veritysetup >/dev/null 2>&1 || exit 0
command -v sfdisk >/dev/null 2>&1 || exit 0
-# Need loop devices for systemd-dissect
test_append_files() {
- (
- instmods loop =block
- instmods squashfs =squashfs
- instmods dm_verity =md
- instmods overlay =overlayfs
- install_dmevent
- generate_module_dependencies
- inst_binary wc
- inst_binary sha256sum
- if command -v openssl >/dev/null 2>&1; then
- inst_binary openssl
- fi
- install_verity_minimal
- )
+ instmods squashfs =squashfs
+ instmods dm_verity =md
+ install_dmevent
+ generate_module_dependencies
+ inst_binary wc
+ inst_binary sha256sum
+ if command -v openssl >/dev/null 2>&1; then
+ inst_binary openssl
+ fi
+ install_verity_minimal
}
do_test "$@"