We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e6f9c commit a4e2fe2Copy full SHA for a4e2fe2
testcases/kernel/controllers/cgroup_lib.sh
@@ -16,7 +16,7 @@ get_cgroup_mountpoint()
16
[ $# -eq 0 ] && tst_brk TBROK "get_cgroup_mountpoint: subsystem not defined"
17
18
mntpoint=$(grep cgroup /proc/mounts | grep -w $subsystem | awk '{ print $2 }')
19
- [ -z "$mountpoint" ] && return 1
+ [ -z "$mntpoint" ] && return 1
20
21
echo $mntpoint
22
return 0
0 commit comments