bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

misc/groups-dash fails due to enable-no-install-program=groups


From: Mike Frysinger
Subject: misc/groups-dash fails due to enable-no-install-program=groups
Date: Thu, 12 Mar 2009 08:35:20 -0400
User-agent: KMail/1.11.1 (Linux/2.6.28; KDE/4.2.1; x86_64; ; )

it's been a while, so i dont remember if this has been reported already, but 
if groups is disabled via the command line, the misc/groups-dash test is still 
run.  since the groups program is not coming from coreutils, the output is not 
as expected and things fail.  perhaps a new func in test-lib.sh like:
require_program_()
{
  test -x "$abs_top_builddir/src/$1" || \
    skip_test_ "the $1 program was disabled"
}
and then the groups test can do:
require_program_ groups
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]