mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
307abfc83a
This reverts commit 60d064d3fdfc21d9209d81ed8b29fe0d90891ebf. The logged test failure was because of missing memory controller in testing cgroup. With the test fixed in previous commit, memory attributes are delegated as expected. Ref: #32439
12 lines
203 B
Bash
Executable File
12 lines
203 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
set -eux
|
|
set -o pipefail
|
|
|
|
# shellcheck source=test/units/test-control.sh
|
|
. "$(dirname "$0")"/test-control.sh
|
|
|
|
run_subtests
|
|
|
|
touch /testok
|