]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-19-DELEGATE/test.sh
165b31f7877572022e170768a2734e84db705010
[thirdparty/systemd.git] / test / TEST-19-DELEGATE / test.sh
1 #!/usr/bin/env bash
2 set -e
3
4 TEST_DESCRIPTION="test cgroup delegation in the unified hierarchy"
5 TEST_NO_NSPAWN=1
6
7 # shellcheck source=test/test-functions
8 . "${TEST_BASE_DIR:?}/test-functions"
9
10 QEMU_TIMEOUT=600
11 UNIFIED_CGROUP_HIERARCHY=yes
12
13 do_test "$@"