1:255.16-alt1
[systemd_ALT.git] / test / TEST-29-PORTABLE / test.sh
blobd826db6b57f4991f97fef21a47c992e060536452
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
4 # ex: ts=8 sw=4 sts=4 et filetype=sh
5 set -e
7 TEST_DESCRIPTION="test systemd-portabled"
8 IMAGE_NAME="portabled"
9 TEST_NO_NSPAWN=1
10 TEST_INSTALL_VERITY_MINIMAL=1
12 # shellcheck source=test/test-functions
13 . "${TEST_BASE_DIR:?}/test-functions"
15 test_append_files() {
16 instmods squashfs =squashfs
17 instmods dm_verity =md
18 install_dmevent
19 generate_module_dependencies
20 inst_binary mksquashfs
21 inst_binary unsquashfs
22 install_verity_minimal
25 do_test "$@"