diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-20 14:19:56 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-20 14:19:56 +0100 |
commit | 2fc00bda8c6aaab5d0478cc54cf78260090ba74c (patch) | |
tree | 854c042e1d9fe23626f68bb497db1763efb8815c /ChangeLog | |
parent | 8ddc5056f21039a319a65bece258eccf479e35f8 (diff) | |
download | coreutils-2fc00bda8c6aaab5d0478cc54cf78260090ba74c.tar.xz |
Avoid another "make check" failure due to omitted programs.
* tests/test-lib.sh (require_built_): New function.
* tests/misc/groups-version: Use it to skip this test if
either groups or id is not built.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-12-20 Jim Meyering <meyering@redhat.com> + Avoid another "make check" failure due to omitted programs. + * tests/test-lib.sh (require_built_): New function. + * tests/misc/groups-version: Use it to skip this test if + either groups or id is not built. + Avoid spurious "make check" failures due to omitted programs. * man/Makefile.am (distcheck-hook): Make check rules dependents of this target, not of check-local, so that people aren't distracted by |