[LTP] [PATCH v2 2/2] msgget03: don't depend on existed shared resources
Petr Vorel
pvorel@suse.cz
Thu Aug 5 08:36:08 CEST 2021
Hi Xu,
> >> - if (used_queues< 0) {
> >> - tst_brk(TBROK, "can't read /proc/sysvipc/msg to get "
> >> - "used message queues at %s:%d", file, lineno);
> >> + if (used_cnt< 0) {
> >> + tst_brk(TBROK, "can't read %s to get used message queues "
> >> + "at %s:%d", sysvipc_file, file, lineno);
> >> }
> I also modify this info.
> message queues => sysvipc resource total
+1. nit: I'd also move "at" at the previous line (better for grep).
Kind regards,
Petr
More information about the ltp
mailing list