]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-19-DELEGATE/test.sh
tests: add spdx headers to scripts and Makefiles
[thirdparty/systemd.git] / test / TEST-19-DELEGATE / test.sh
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 set -e
4
5 TEST_DESCRIPTION="test cgroup delegation in the unified hierarchy"
6 TEST_NO_NSPAWN=1
7
8 # shellcheck source=test/test-functions
9 . "${TEST_BASE_DIR:?}/test-functions"
10
11 QEMU_TIMEOUT=600
12 UNIFIED_CGROUP_HIERARCHY=yes
13
14 do_test "$@"