]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests/cgroup: Fix typo in CgroupMount::__init__
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 16 Oct 2024 09:11:32 +0000 (14:41 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 21 Oct 2024 14:18:03 +0000 (08:18 -0600)
commitb7bf19fbfda391441d71f9d05ce21f63dea209dc
tree6017e972d03c2071475b58711f8e2dc298c0ba71
parent0c5246e402db43ceee96680cb7c53cf540b621d9
ftests/cgroup: Fix typo in CgroupMount::__init__

Fix the typo of '==' (comparison) to '=' assignment in
CgroupMount::__init__.

Fixes: 52b196c2f4f3c ("ftests/cgroup: Add support for favordynmods")
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/cgroup.py