]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-74-AUX-UTILS/test.sh
switch-root: when switching root via MS_MOVE unmount all remaining mounts first
[thirdparty/systemd.git] / test / TEST-74-AUX-UTILS / test.sh
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 set -e
4
5 TEST_DESCRIPTION="Tests for auxiliary utilities"
6
7 # shellcheck source=test/test-functions
8 . "${TEST_BASE_DIR:?}/test-functions"
9
10 test_append_files() {
11 local workspace="${1:?}"
12
13 printf "556f48e837bc4424a710fa2e2c9d3e3c\ne3d\n" >"$workspace/etc/machine-id"
14 }
15
16 do_test "$@"