Hi, > > +tst_test_root() > > +{ > > + if [ "$(id -ru)" != 0 ]; then > > + tst_brk TCONF "Must be super/root for this test!" > > + fi > > +} > Can we keep the name to be tst_require_root() please? > Historically this function has been always named like this in LTP. +1 Kind regards, Petr