[LTP] [PATCH] Fix cgroup_lib.sh helper
Cristian Marussi
cristian.marussi@arm.com
Mon Jan 14 14:11:14 CET 2019
Hi
On 14/01/2019 12:42, Petr Vorel wrote:
> Hi Cristian,
>
> ...
>> mntpoint=$(grep cgroup /proc/mounts | grep -w $subsystem | awk '{ print $2 }')
>> - [ -z "$mountpoint" ] && return 1
>> + [ -z "$mntpoint" ] && return 1
> Thanks for fix, merged.
>
> I'm sorry, that was introduced by me, while do some changes in your commit.
No problem.
>
>
> Kind regards,
> Petr
>
Thanks
Regards
Cristian
More information about the ltp
mailing list