]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-29-PORTABLE/test.sh
core,journald: use quoted commandlines
[thirdparty/systemd.git] / test / TEST-29-PORTABLE / test.sh
1 #!/usr/bin/env bash
2 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
3 # ex: ts=8 sw=4 sts=4 et filetype=sh
4 set -e
5 TEST_DESCRIPTION="test systemd-portabled"
6 IMAGE_NAME="portabled"
7 TEST_NO_NSPAWN=1
8 TEST_INSTALL_VERITY_MINIMAL=1
9
10 . $TEST_BASE_DIR/test-functions
11
12 # Need loop devices for mounting images
13 test_append_files() {
14 (
15 instmods loop =block
16 instmods squashfs =squashfs
17 instmods dm_verity =md
18 install_dmevent
19 generate_module_dependencies
20 inst_binary losetup
21 inst_binary mksquashfs
22 inst_binary unsquashfs
23 install_verity_minimal
24 )
25 }
26
27 do_test "$@" 29