diff options
author | Michal Koutný <mkoutny@suse.com> | 2020-02-04 13:49:35 +0100 |
---|---|---|
committer | Michal Koutný <mkoutny@suse.com> | 2020-06-02 18:59:47 +0200 |
commit | 21c8397694bd62fa0bc25d92a6508ae7a74e6156 (patch) | |
tree | a2e7dc0a51bd0185dd3b3126811d296e50eae047 /src/test/test-cgroup-unit-default.c | |
parent | basic/efivars: try re-reading efivars without delay first (diff) | |
download | systemd-21c8397694bd62fa0bc25d92a6508ae7a74e6156.tar.xz systemd-21c8397694bd62fa0bc25d92a6508ae7a74e6156.zip |
tests: Fix description of test units
Corrected reference to non-existent unit.
Diffstat (limited to 'src/test/test-cgroup-unit-default.c')
-rw-r--r-- | src/test/test-cgroup-unit-default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-cgroup-unit-default.c b/src/test/test-cgroup-unit-default.c index 372667041c..f4843374ea 100644 --- a/src/test/test-cgroup-unit-default.c +++ b/src/test/test-cgroup-unit-default.c @@ -72,7 +72,7 @@ static int test_default_memory_low(void) { * * 3. dml-discard.slice sets DefaultMemoryLow= with no rvalue. As such, * dml-discard-empty.service should end up with a value of 0. - * dml-discard-explicit-ml.service sets MemoryLow=70, and as such should have that override the + * dml-discard-set-ml.service sets MemoryLow=15, and as such should have that override the * reset DefaultMemoryLow value. dml-discard.slice should still have an eventual memory.low of 50. * * ┌───────────┐ |