diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-01 10:50:35 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-01 10:50:35 +0100 |
commit | 5a0b032e9ec58280ea6d7e4072cd9a4e63e82faa (patch) | |
tree | 6ba10be7e4762d430cbfe839a8574ea4bfc1d892 /tests | |
parent | e81d5a49b798782b3dd0b1c0954561c9aebc1ba9 (diff) | |
download | coreutils-5a0b032e9ec58280ea6d7e4072cd9a4e63e82faa.tar.xz |
Don't skip the groups-version test.
* tests/Makefile.am (built_programs): Remove unused definition.
* src/Makefile.am (built_programs.list): Print a space-separated
list of program names, not NL-separated, since all clients now
expect a space-separated list.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 771d7764a..c74c0a183 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,8 +5,6 @@ # current locale considers to be equal. ASSORT = LC_ALL=C sort -built_programs = (cd ../src && MAKEFLAGS= $(MAKE) -s built_programs.list) - EXTRA_DIST = \ Coreutils.pm \ CuTmpdir.pm \ |