On Wed, Sep 25, 2002 at 10:16:53AM -0400, Chris Faylor wrote:
> ltp/setgroups01.c: child process exited abnormally
> XFAIL: ltp/setgroups01.c (execute)
Did you check that in the setgroups01.c test:
void
setup()
{
[...]
if ( geteuid() != 0 )
tst_brkm(TBROK, cleanup, "Must be ROOT to run this test.");
Corinna